mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
6.7 KiB
6.7 KiB
Hub
Example Usage
import { Hub } from "@lukehagar/plexjs/models/operations";
let value: Hub = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
homeVisibility |
operations.HomeVisibility | ➖ | Whether this hub is visible on the home screen - all: Visible to all users - none: Visible to no users - admin: Visible to only admin users - shared: Visible to shared users |
identifier |
string | ➖ | The identifier for this hub |
promotedToOwnHome |
boolean | ➖ | Whether this hub is visible to admin user home |
promotedToRecommended |
boolean | ➖ | Whether this hub is promoted to all for recommendations |
promotedToSharedHome |
boolean | ➖ | Whether this hub is visible to shared user's home |
recommendationsVisibility |
operations.RecommendationsVisibility | ➖ | The visibility of this hub in recommendations: - all: Visible to all users - none: Visible to no users - admin: Visible to only admin users - shared: Visible to shared users |
title |
string | ➖ | The title of this hub |