NoActions class
An empty implementation of IActions to be used when there are no Actions to declare.
- Mixed-in types
Constructors
Properties
-
executors
→ Map<
String, dynamic> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
pageLoadExecutors
→ Map<
String, PageLoadFunction< LoadPageActionEvent, PageLoadedState> > -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
schema
→ Map<
String, EditorAction> -
no setterinherited
Methods
-
getSchema(
) → Map< String, Map< String, dynamic> > -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerAction(
String name, ExecutorFunction< ActionResult> executor, {bool abstract = false, String? baseType = EditorAction.action, Map<String, EditorPropertyType> ? properties, Map<String, EditorActionType> ? actions}) → void -
inherited
-
registerActions(
) → void -
override
-
registerHttpAction(
String name, ExecutorFunction< HttpActionResult> executor, {bool abstract = false, String? baseType = EditorAction.action, Map<String, EditorPropertyType> ? properties, Map<String, EditorActionType> ? actions}) → void -
inherited
-
registerLoadPageAction(
String name, PageLoadFunction< LoadPageActionEvent, PageLoadedState> executor, {bool abstract = false, String? baseType = EditorAction.listAction, Map<String, EditorPropertyType> ? properties, Map<String, EditorActionType> ? actions}) → void -
inherited
-
registerSilentAction(
String name, ExecutorFunction< SilentActionResult> executor, {bool abstract = false, String? baseType = EditorAction.action, Map<String, EditorPropertyType> ? properties, Map<String, EditorActionType> ? actions}) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited