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