Hierarchy

Properties

children?: ReactNode
class?: string
csrfToken?: string
diagnostics?: DiagnosticsData
fetchDiagnostics: (() => Promise<any>)

Type declaration

    • (): Promise<any>
    • Returns Promise<any>

fetchError?: FetchErrorData
goToTab: ((tabName: string) => void)

Type declaration

    • (tabName: string): void
    • Parameters

      • tabName: string

      Returns void

isLoaded?: boolean
key?: Key
ref?: LegacyRef<TabContainerProps>
store: Store<Object, UnknownAction, unknown>
tab: string

Generated using TypeDoc