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

452 B

GetLibraryItemsDefaultDirection

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

Example Usage

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

let value: GetLibraryItemsDefaultDirection =
  GetLibraryItemsDefaultDirection.Ascending;

Values

Name Value
Ascending asc
Descending desc