WidgetbookIntegration class abstract
Integrations are like lifecycle hooks that notifies implementer about WidgetbookState changes.
See also:
- WidgetbookCloudIntegration, integrates your widget library with Widgetbook Cloud.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onChange(
WidgetbookState state) → void - Gets called on every WidgetbookState change.
-
onInit(
WidgetbookState state) → void -
Gets called on first launch of Widgetbook with the initial
state
. -
onKnobsRegistered(
WidgetbookState state) → void - Gets called when all knobs are registered after.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited