Properties of the custom list.

interface CustomListEditorProperties {
    autoUpdate: boolean;
    collections: (string | number)[];
    name: string;
}

Properties

autoUpdate: boolean

The list should be automatically populated from the search parameters.

collections: (string | number)[]

The ids of collections that should be used to automatically populate the list.

name: string

The name (title) of the list.