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