Files

Manage files for use with components of flows.

Configuration

Set up a new instance with config parameters and set/get methods:

config.el ...

Learn about widget config here.

Instance

Learn about widget instance here.

State

loader

Type: Boolean | Default: null

Toggle a custom loading state.

error

Type: String | Default: null

Toggle a custom error message. query

Type: Object | Default: DefaultQuery

Defines custom query parameters for retrieving files. Example:

Events

flow:open

Triggered when the user selects a flow associated with a file listed in the widget.

Example

Last updated

Was this helpful?