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 ...

Learn about widget config here.

config.flowId

ID of a flow to filter the logs by.

Instance

Learn about widget instance here.

State

insightsLogs.state(name, value)

loader

Type: Boolean | Default: null

Toggle a custom loading state.

error

Type: String | Default: null

Toggle a custom error message.

Example

const insightsLogs = appmixer.ui.InsightsLogs({
    el: '#insights-logs'
})

insightsLogs.open()

Last updated