Container properties
All component configurations support Container properties at the first level.
Component properties
| Name | Type | Default | Supports Variable Pattern | Description |
|---|
| activeKey | string | | | The currently activated Tab |
| centered | bool | false | | Whether to center left and right |
| items | Array<ItemProps> | | | Tabs content |
| showUnderLine | object | | | Is the border displayed at the bottom |
ItemProps
| Name | Type | Default | Supports Variable Pattern | Description |
|---|
| key | number | | | Tab's key |
| label | bool | | | Tab name displayed |
| href | bool | | | link address |
| hrefIsSiteBased | bool | false | | If the value is false and this link is under pbc, href will automatically splice the token of pbc as basename, and the mobile side will automatically splice the prefix of mobile |
| suppressInheritIncludeDeleted | bool | false | | Is it prohibited to automatically inherit the include_deleted property of the current page. This property is generally in the search params of the url of the current page. |
| hidden | ConditionalPropertyPropType(bool) | false | ✔️ | Whether the tab is hidden. |
JS API
The interface obtained through formApi.getFieldApi() is as follows:
| Name | Type | Description |
|---|
| node | HTML Element | The root DOM element of the component |