mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
17 lines
261 B
Markdown
17 lines
261 B
Markdown
# Scope
|
|
|
|
`all` - This is the only supported `scope` parameter.
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Scope } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: Scope = Scope.All;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ----- | ----- |
|
|
| `All` | all | |