Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SortConfiguration

Defines how sorting is to be applied. First handles the static strings, then applies the SortPartConfigurations until there are no items left. Note: If there are additional items left when done above then these will be added at the bottom in the original sorting order.

Hierarchy

  • SortConfiguration

Index

Constructors

Properties

Constructors

constructor

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

    Parameters

    • Optional settings: SortConfiguration

      A SortConfiguration object that describes the wanted behavior

    Returns SortConfiguration

Properties

Optional enabled

enabled: boolean

Defines whether or not to enable sort for this category-level. Default: false

Optional parts

A list of SortPartConfigurations. Default: Empty list.

Generated using TypeDoc