@thepalaceproject/circulation-admin
    Preparing search index...

    Interface CustomListsOwnProps

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

    Hierarchy (View Summary)

    Index

    Properties

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