IWidgets mixin

An interface for registering a Solution's Widgets.

Mixin applications

Properties

builder WidgetFactory
no setter
builders Map<String, WidgetBuilderFunc>
no setter
events ActionFactory
no setter
hashCode int
The hash code for this object.
no setterinherited
properties PropertyFactory
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema Map<String, EditorWidget>
no setter

Methods

getSchema() Map<String, Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerWidget(String name, WidgetBuilderFunc builder, {bool abstract = false, String? baseType = EditorWidget.widget, Map<String, EditorWidgetType>? widgets, Map<String, EditorActionType>? actions, Map<String, EditorPropertyType>? properties, List<String>? tags}) → void
registerWidgets() → void
toString() String
A string representation of this object.
inherited

Operators

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