view.collapse
Expandable block.
Lets you add hidden content that doesn't need to be shown initially or that takes up a large space.
The block heading is always visible.
If you set the defaultOpened
property to true
, the block is expanded immediately, but it can be collapsed.
Component properties
Name | Type | Description |
---|---|---|
type * | "view.collapse" | Set component type |
label * | string | Block heading. |
content * | view | Content hidden in the block. |
defaultOpened | boolean | If |
hint | string | Hint text. |
validation | condition | Validation based on condition. |
Name | Type | Description |
---|---|---|
type * | "view.collapse" | Set component type |
label * | string | Block heading. |
content * | view | Content hidden in the block. |
defaultOpened | boolean | If |
hint | string | Hint text. |
validation | condition | Validation based on condition. |