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

456 B

GetRecentlyAddedDefaultDirection

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

Example Usage

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

let value: GetRecentlyAddedDefaultDirection =
  GetRecentlyAddedDefaultDirection.Ascending;

Values

Name Value
Ascending asc
Descending desc