Websites v4 docs v5.2.4
    Preparing search index...

    Variable DBAPI_SEARCH_ORDER_OPTIONSConst

    DBAPI_SEARCH_ORDER_OPTIONS: {
        "least-recent-first": { ascending: boolean; column: string }[];
        "most-recent-first": { column: string; descending: boolean }[];
    } = ...

    Type Declaration

    • least-recent-first: { ascending: boolean; column: string }[]
    • most-recent-first: { column: string; descending: boolean }[]