Manage tasks created by utility components of flows.
Last updated 1 year ago
Was this helpful?
Set up a new instance with config parameters and set/get methods:
config
set
get
const peopleTasks = appmixer.ui.PeopleTasks(config) peopleTasks.set(key, value) peopleTasks.get(key)
config.el
...
Learn about widget config here.
widget
Learn about widget instance here.
peopleTasks.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 peopleTasks = appmixer.ui.PeopleTasks({ el: '#people-tasks' }) peopleTasks.open()