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

    Interface CustomListEditorTrackedSearchParams

    Search parameters, tracked since the last save.

    interface CustomListEditorTrackedSearchParams {
        baseline: CustomListEditorSearchParams;
        current: CustomListEditorSearchParams;
    }
    Index

    Properties

    Properties

    The search parameters, when the list was last saved. This can be used to restore the editor to the last save point, and to detect changes since the last save.

    The current properties of the list, since the last save.