Files
plexjs/docs/sdk/models/operations/activedirection.md

386 B

ActiveDirection

The direction of the sort. Can be either asc or desc.

Example Usage

import { ActiveDirection } from "@lukehagar/plexjs/sdk/models/operations";

let value: ActiveDirection = ActiveDirection.Ascending;

Values

Name Value
Ascending asc
Descending desc