@nospamproxy/core
    Preparing search index...

    Stable interface for the list state.

    When this is ever changed, we have to make sure, that

    interface ListStateJson {
        columns?: readonly { id: string; width?: number }[];
        sortColumn?: readonly [string, "desc" | "asc"];
    }
    Index

    Properties

    columns?: readonly { id: string; width?: number }[]

    An array with columns that represents both column order and resized columns.

    sortColumn?: readonly [string, "desc" | "asc"]

    The column id and sort direction