bindings property
Map<TinkActionLike<TinkApplicationState<TinkWidgetInputBinding<ScreenModel, TinkWidgetHandler> , TinkWidgetOutputBinding<EventModel, TinkWidgetHandler> , TinkWorkflowBinding<EventModel, WorkflowModel, TinkWidgetHandler> , TinkVariable> , WorkflowModel, ScreenModel> , Map<String, VariableRef> >
get
bindings
A binding of each input in the workflow. When the associated event is fired, these variables are retrieved and used as the input to start the workflow.
Implementation
Map<TinkActionLike, Map<String, VariableRef>> get bindings;