|
|
@@ -596,7 +596,7 @@ keepDOM | Whether to render the DOM structure of the hidden panel when using Tab
|
|
|
lazyRender | Lazy rendering, only when the panel is activated will it be rendered in the DOM tree, **>=1.0.0** | boolean | false |
|
|
|
more | Render a portion of the Tab into a drop-down menu ** >= 2.59.0** | number \| {count:number,render:()=>ReactNode,dropdownProps:DropDownProps} | - |
|
|
|
renderTabBar | Used for secondary packaging tab bar | (tabBarProps: object, defaultTabBar: React.ComponentType) => ReactNode | None |
|
|
|
-renderOverflowItem | Customize the overflow rendering **>=2.61.0** | (items: OverflowItem[],pos:"start"\|"end")=> ReactNode | None
|
|
|
+renderOverflowItem | Customize how overflow items are rendered externally. By default, the overflow items are expanded when the arrow button is hovered. **>=2.61.0** | (items: OverflowItem[],pos:"start"\|"end")=> ReactNode | None
|
|
|
preventScroll | Indicates whether the browser should scroll the document to display the newly focused element, acting on the focus method inside the component, excluding the component passed in by the user | boolean | | |
|
|
|
size | Size, providing three types of `large`, `medium`, and `small`, **>=1.11.0, currently only supports linear Tabs** | string | `large` |
|
|
|
style | style object | CSSProperties | None |
|