InsightsLogs
Last updated
Last updated
The appmixer.ui.InsightsLogs is a UI widget that displays logs and histogram of all messages that passed through the user's flows. It can display logs of one flow or combine logs of all the user's flows.
Method | Description |
| Constructor function that accepts |
| Set a property value. Currently only "flowId" is supported. Use it to set the flow for which you want to display logs. If you don't set the "flowId", logs of all the flows of the user will be displayed. |
| Get a property value. |
| Render the InsightsLogs inside its container. |
| Close the InsightsLogs. |
| Change the state of the UI. Currently, only |
| Refreshes the InsightsLogs. Since the UI contains a way to reload flows, calling this can be useful only when any flows has changed, so the changes are reflected in the flows filter. |