Connectors
Browse apps and components that are accessible to the current user inside flows.
Configuration
Set up a new instance with config
parameters and set
/get
methods:
const connectors = appmixer.ui.Connectors(config)
connectors.set(key, value)
connectors.get(key)
config.el
...
config.el
...
Instance
State
connectors.state(name, value)
loader
loader
Type: Boolean
| Default: null
Toggle a custom loading state.
error
error
Type: String
| Default: null
Toggle a custom error message.
Example
const connectors = appmixer.ui.Connectors({
el: '#connectors'
})
connectors.open()
Last updated
Was this helpful?