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

6.5 KiB
Raw Blame History

GetLibrarySectionsAllSort

Example Usage

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

let value: GetLibrarySectionsAllSort = {
  default: "asc",
  active: false,
  descKey: "titleSort:desc",
  firstCharacterKey: "/library/sections/2/firstCharacter",
  key: "titleSort",
  title: "Title",
};

Fields

Field Type Required Description Example
default string N/A asc
active boolean N/A false
activeDirection operations.GetLibrarySectionsAllActiveDirection The direction of the sort. Can be either asc or desc.
asc
defaultDirection operations.GetLibrarySectionsAllDefaultDirection The direction of the sort. Can be either asc or desc.
asc
descKey string N/A titleSort:desc
firstCharacterKey string N/A /library/sections/2/firstCharacter
key string ✔️ N/A titleSort
title string ✔️ N/A Title