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

315 B

State

The state of the media item

Example Usage

import { State } from "@lukehagar/plexjs/sdk/models/operations";

let value: State = State.Playing;

Values

Name Value
Playing playing
Paused paused
Stopped stopped