The controls for sorting the widget.

Hierarchy

  • WidgetSortBy

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
count?: number

The number of items to limit the widget to.

orderBy?: WidgetSortOrderBy[]

The array of items to sort the widget by in order.

Generated using TypeDoc