The RpgLogs Scripting API
    Preparing search index...

    Type Alias DataSortingOptions

    type DataSortingOptions = {
        enabled?: boolean;
        matchByName?: boolean;
        sortKey?: string;
    }
    Index
    enabled?: boolean
    matchByName?: boolean
    sortKey?: string