mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.8 KiB
1.8 KiB
Activity
Example Usage
import { Activity } from "@lukehagar/plexjs";
let value: Activity = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
uuid |
string | ➖ | N/A |
type |
string | ➖ | N/A |
cancellable |
boolean | ➖ | N/A |
userID |
number | ➖ | N/A |
title |
string | ➖ | N/A |
subtitle |
string | ➖ | N/A |
progress |
number | ➖ | N/A |
context |
models.Context | ➖ | N/A |