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

476 B

GetLibraryItemsLibraryActiveDirection

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

Example Usage

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

let value: GetLibraryItemsLibraryActiveDirection =
  GetLibraryItemsLibraryActiveDirection.Ascending;

Values

Name Value
Ascending asc
Descending desc