mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
1.8 KiB
1.8 KiB
Sort
Example Usage
import { Sort } from "@lukehagar/plexjs/sdk/models/operations";
let value: Sort = {
default: "asc",
defaultDirection: "desc",
descKey: "random:desc",
firstCharacterKey: "/library/sections/1/firstCharacter",
key: "random",
title: "Randomly",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
default |
string | ➖ | N/A | asc |
defaultDirection |
string | ➖ | N/A | desc |
descKey |
string | ➖ | N/A | random:desc |
firstCharacterKey |
string | ➖ | N/A | /library/sections/1/firstCharacter |
key |
string | ➖ | N/A | random |
title |
string | ➖ | N/A | Randomly |