People Tasks
Manage tasks created by utility components of flows.

Configuration
Set up a new instance with config
parameters and set
/get
methods:
const peopleTasks = appmixer.ui.PeopleTasks(config)
peopleTasks.set(key, value)
peopleTasks.get(key)
config.el
...
config.el
...
Instance
State
peopleTasks.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 peopleTasks = appmixer.ui.PeopleTasks({
el: '#people-tasks'
})
peopleTasks.open()
Last updated
Was this helpful?