LayoutPanel enum

Represents the main sections of the Widgetbook layout.

These panels can be shown or hidden individually to customize the Widgetbook interface layout.

Inheritance
Available extensions

Values

The navigation panel showing the widget directory structure.

Contains the tree view of folders, components, and use cases.

addons → const LayoutPanel

The addons panel showing global addon controls.

Contains settings for viewport, theme, localization, and other addons.

args → const LayoutPanel

The args panel showing story-specific controls.

Contains interactive controls for the currently selected story.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<LayoutPanel>
A constant List of the values in this enum, in order of their declaration.