Files
plexjs/docs/sdk/models/operations/state.md
2024-09-08 03:06:14 +00:00

19 lines
315 B
Markdown

# State
The state of the media item
## Example Usage
```typescript
import { State } from "@lukehagar/plexjs/sdk/models/operations";
let value: State = State.Playing;
```
## Values
| Name | Value |
| --------- | --------- |
| `Playing` | playing |
| `Paused` | paused |
| `Stopped` | stopped |