Connectors
Browse apps and components that are accessible to the current user inside flows.
Was this helpful?
Browse apps and components that are accessible to the current user inside flows.
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 ...Learn about widget config here.
Learn about widget instance here.
connectors.state(name, value)loaderType: Boolean | Default: null
Toggle a custom loading state.
errorType: String | Default: null
Toggle a custom error message.
Was this helpful?
Was this helpful?
const connectors = appmixer.ui.Connectors({
el: '#connectors'
})
connectors.open()