@resistdesign/voltra
    Preparing search index...

    Type Alias SortField

    The information used to sort a list of items by a specified field.

    type SortField = {
        field?: string;
        reverse?: boolean;
    }
    Index

    Properties

    Properties

    field?: string

    Field name to sort by.

    reverse?: boolean

    Whether to reverse sort order.