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

    Interface AdditionalContentProps<_T, U>

    interface AdditionalContentProps<_T, U> {
        csrfToken?: string;
        item?: U;
        store?: Store<
            {
                api: CombinedState<{}, any, "api">;
                bookEditor: BookState;
                catalog: State;
                editor: CombinedState<State>;
            },
        >;
        type?: string;
    }

    Type Parameters

    • _T
    • U
    Index

    Properties

    csrfToken?: string
    item?: U
    store?: Store<
        {
            api: CombinedState<{}, any, "api">;
            bookEditor: BookState;
            catalog: State;
            editor: CombinedState<State>;
        },
    >
    type?: string