Insights Logs
Browse logs of messages that passed through flows.

Configuration
Set up a new instance with config
parameters and set
/get
methods:
const insightsLogs = appmixer.ui.InsightsLogs(config)
insightsLogs.set(key, value)
insightsLogs.get(key)
config.el
...
config.el
...
config.flowId
config.flowId
ID of a flow to filter the logs by.
Instance
State
insightsLogs.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 insightsLogs = appmixer.ui.InsightsLogs({
el: '#insights-logs'
})
insightsLogs.open()
Last updated
Was this helpful?