Interface DashboardPageContext
interface DashboardPageContext { editorStore: Store< { api: CombinedState<{}, any, "api">; bookEditor: BookState; catalog: State; editor: CombinedState<State>; }, >;} Properties
editorStore
editorStore: Store< { api: CombinedState<{}, any, "api">; bookEditor: BookState; catalog: State; editor: CombinedState<State>; },>