ng-xtend API documentation
    Preparing search index...

    Type Alias DcWorkflowSortOption

    DcWorkflowSortOption:
        | "ascending"
        | "descending"
        | { direction: "ascending"
        | "descending"; type: "metadata" | "field" }

    Sort direction: simple string shorthand or detailed object with direction and sort type

    Type Declaration

    • "ascending"
    • "descending"
    • { direction: "ascending" | "descending"; type: "metadata" | "field" }
      • direction: "ascending" | "descending"
      • type: "metadata" | "field"

        'metadata' for built-in fields (not yet supported), 'field' for entity fields