Container Properties
The first layer of all component configurations supports Container Properties.
Component Properties (componentsProps)
| Name | Type | Default | Supports Variable Pattern | Description |
|---|
| defaultActiveKey | string | | | The default active tab. |
| items | Array<ItemProps> | | | The items of the tab group. |
| showUnderLine | object | | | Whether to show the underline. |
| suppressUrlSearchStorage | object | | | Whether to suppress storing the state in the URL search parameters. |
ItemProps
| Name | Type | Default | Supports Variable Pattern | Description |
|---|
| key | number | | | The key of the tab. |
| label | string | | | The name of the tab. |
| fields | Array<object> | | | The content of the tab. |
| hidden | ConditionalPropertyPropType(bool) | false | ✔️ | Whether the tab is hidden. |
JS API
The API obtained through formApi.getFieldApi() is as follows:
| Name | Type | Description |
|---|
| node | HTML Element | The root DOM element of the component. |