Orderly SDKs / Modules / @orderly.network/react / TabContextState
@orderly.network/react.TabContextState
• contentVisible: boolean
packages/component/src/tab/tabContext.tsx:12
• data: any
packages/component/src/tab/tabContext.tsx:14
• Optional
height: TabRect
packages/component/src/tab/tabContext.tsx:17
• toggleContentVisible: () => void
▸ (): void
void
packages/component/src/tab/tabContext.tsx:13
• updateData: (key
: string
, value
: any
) => void
▸ (key
, value
): void
Name | Type |
---|---|
key | string |
value | any |
void
packages/component/src/tab/tabContext.tsx:15