Optional
children
children?: ReactNode
Optional
class
class?: string
Optional
csrfToken
csrfToken?: string
fetchDiagnostics
fetchDiagnostics: () => Promise<any>
Optional
fetchError
fetchError?: FetchErrorData
goToTab
goToTab: (tabName: string) => void
Optional
isLoaded
isLoaded?: boolean
store
store: Store< { api: CombinedState<{}, any, "api">; bookEditor: BookState; catalog: State; editor: CombinedState<State>; },>