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

480 B

GetLibraryItemsLibraryDefaultDirection

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

Example Usage

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

let value: GetLibraryItemsLibraryDefaultDirection =
  GetLibraryItemsLibraryDefaultDirection.Ascending;

Values

Name Value
Ascending asc
Descending desc