TinkActionLike<A extends TinkApplicationState<TinkWidgetInputBinding<ScreenModel, TinkWidgetHandler>, TinkWidgetOutputBinding<EventModel, TinkWidgetHandler>, TinkWorkflowBinding<EventModel, WorkflowModel, TinkWidgetHandler>, TinkVariable>, W extends WorkflowModel, S extends ScreenModel> mixin

Implemented types

Properties

delegate TinkActionLike<A, W, S>
getter/setter pair
groupId String
The Hypi editor's "Add Component" area has groups. This ID identifies the group in which this widget is placed.
no setterinherited
hashCode int
The hash code for this object.
no setteroverride
id String
no setterinherited
inputs List<TinkParam>?
no setter
label String
A user friendly name to display when identifying this object to the user in the editor.
no setterinherited
outputs List<TinkParam>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

config(ActionEnv<A, S> env, W workflow, TinkScreenId screenId, TinkWorkflowBinding<EventModel, WorkflowModel, TinkWidgetHandler> binding) Widget
next(ActionChain<TinkApplicationState<TinkWidgetInputBinding<ScreenModel, TinkWidgetHandler>, TinkWidgetOutputBinding<EventModel, TinkWidgetHandler>, TinkWorkflowBinding<EventModel, WorkflowModel, TinkWidgetHandler>, TinkVariable>, ScreenModel> chain) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override