ActionRegionLayoutSlotId extension type

Identifies one package-owned slot in an action-region layout plan.

on

Constructors

ActionRegionLayoutSlotId.action(ActionId actionId)
Identifies the slot for actionId.
const
ActionRegionLayoutSlotId.overflow()
Identifies the region's unique global-overflow trigger.
const

Properties

actionId ActionId?
The action represented by this ID, or null for overflow.
no setter
isOverflow bool
Whether this ID represents the global-overflow trigger.
no setter