Interface CustomListsOwnProps
Properties
csrfToken
csrfToken: string
Optional
editOrCreate
editOrCreate?: string
Optional
identifier
identifier?: string
Optional
startingTitle
startingTitle?: string
Optional
store
store?: Store< { api: CombinedState<{}, any, "api">; bookEditor: BookState; catalog: State; editor: CombinedState<State>; },>