Member Junction
    Preparing search index...

    Sort configuration for patterns table

    interface PatternSortConfig {
        column:
            | "category"
            | "count"
            | "entity"
            | "operation"
            | "avgMs"
            | "totalMs";
        direction: "asc"
        | "desc";
    }
    Index

    Properties

    Properties

    column: "category" | "count" | "entity" | "operation" | "avgMs" | "totalMs"
    direction: "asc" | "desc"