Files

6.7 KiB
Raw Permalink Blame History

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