LayoutItem#
LayoutItem
module-attribute
#
LayoutItem = (
WidgetInterface
| CardInterface
| GridInterface
| SelectableInterface
)
Base class for items in dashboard layout; inherited by other layout-related classes.
The LayoutItem class is a module attribute, representing the base class for items in a dashboard layout. It's a common type that other layout-related classes inherit from.