Get an event specific setting
The nested path of the event specific setting to retrieve e.g. invoke.done
Get a flow specific setting
The nested path of the flow specific setting to retrieve e.g. formatting.isEnabled
Get the value of a specific setting. Checks global settings first, then flow specific settings (if the flowKey parameter is specified)
The nested path of the flow specific setting to retrieve e.g. formatting.isEnabled
Value to return if no matching setting can be found
Initialize the default settings and provide any custom settings or overrides
Custom settings to append to or override the default settings
Custom event handlers to append to or override the default event handlers
Intialize settings for a specific flow and provide and custom settings or overrides
Custom settings that are specific to this flow execution (based on the flowKey)
Returns true if the execution mode of the flow is set to DEBUG or DEBUG_STEPTHROUGH. Set the value parameter to true to enable debug mode
True to set the debug mode to "DEBUG"
Removes custom flow settings based on the flowkey
Get a theme specific setting
The nested path of the theme specific setting to retrieve
Generated using TypeDoc
Store for the various settings that are supported in the UI framework, details on the available settings can be found here: https://github.com/manywho/ui-html5/wiki/Settings