mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 04:20:49 +00:00
20 lines
452 B
Markdown
20 lines
452 B
Markdown
# GetLibraryItemsDefaultDirection
|
|
|
|
The direction of the sort. Can be either `asc` or `desc`.
|
|
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetLibraryItemsDefaultDirection } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetLibraryItemsDefaultDirection =
|
|
GetLibraryItemsDefaultDirection.Ascending;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------------ | ------------ |
|
|
| `Ascending` | asc |
|
|
| `Descending` | desc | |