Interface: TabContextState
@orderly.network/react.TabContextStateTable of contents
Properties
Properties
contentVisible
• contentVisible:boolean
Defined in
packages/component/src/tab/tabContext.tsx:12data
• data:any
Defined in
packages/component/src/tab/tabContext.tsx:14height
•Optional height: TabRect
Defined in
packages/component/src/tab/tabContext.tsx:17toggleContentVisible
• toggleContentVisible: () =>void
Type declaration
▸ ():void
Returns
void
Defined in
packages/component/src/tab/tabContext.tsx:13updateData
• updateData: (key: string, value: any) => void
Type declaration
▸ (key, value): void
Parameters
| Name | Type |
|---|---|
key | string |
value | any |
Returns
void