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