mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-09 20:47:49 +00:00
12 lines
338 B
Markdown
12 lines
338 B
Markdown
# ActiveDirection
|
|
|
|
The direction of the sort. Can be either `asc` or `desc`.
|
|
|
|
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| --------------------------- | --------------------------- |
|
|
| `ActiveDirectionAscending` | asc |
|
|
| `ActiveDirectionDescending` | desc | |