Was this helpful?
Set up a new instance with config parameters and set/get methods:
config
set
get
config.el
...
config.flowId
ID of a flow to filter the logs by.
loader
Type: Boolean | Default: null
Boolean
null
Toggle a custom loading state.
error
Type: String | Default: null
String
Toggle a custom error message.
Learn about widget config .
widget
Learn about widget instance .
const insightsLogs = appmixer.ui.InsightsLogs(config) insightsLogs.set(key, value) insightsLogs.get(key)
insightsLogs.state(name, value)
const insightsLogs = appmixer.ui.InsightsLogs({ el: '#insights-logs' }) insightsLogs.open()
Browse logs of messages that passed through flows.