Orderly SDKs / Modules / @orderly.network/react / TabContextStateDocumentation Index
Fetch the complete documentation index at: https://staging-docs.orderly.network/llms.txt
Use this file to discover all available pages before exploring further.
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