Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines how sorting is to be applied for the given part.

Hierarchy

  • SortPartConfiguration

Index

Constructors

Properties

Constructors

constructor

  • Creates a sort-part that defines how to order the items scoped.

    Parameters

    • Optional settings: SortPartConfiguration

      A SortPartConfiguration object that describes the wanted behavior

    Returns SortPartConfiguration

Properties

Optional match

match: string | RegExp

Defines the match (string or regex) that defines the scope of items to sort. Default: ".*" (anything)

Optional matchMode

matchMode: MatchMode

The current match-mode for the regex filter. Default: DisplayName

Optional sortMethod

sortMethod: SortMethod

Defines the method/field and order to use when sorting. Default: Original

Generated using TypeDoc