factory/actions library

Classes

BaseActions
The Lowder's Action preset.
NoActions
An empty implementation of IActions to be used when there are no Actions to declare.

Mixins

IActions
An interface for registering a Solution's Actions.

Typedefs

ExecutorFunction<R extends ActionResult> = FutureOr<R> Function(NodeSpec action, ActionContext context)
PageLoadFunction<E extends LoadPageActionEvent, R extends PageLoadedState> = FutureOr<R> Function(E event)