Element of type Stack
Attribute | Description | Type |
---|---|---|
type | The identifier of the component | string ("stack") |
children | The children of the Stack. | component[] |
alignment | The alignment to use. | string ("bottomCenter", "bottomLeft", "bottomRight", "center", "centerLeft", "centerRight", "topCenter", "topLeft", "topRight") |
fit | The StackFit enum. | string ("expand", "loose", "passthrough") |