mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
882 B
882 B
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
Example Usage
import { RecommendationsVisibility } from "@lukehagar/plexjs/models/operations";
let value: RecommendationsVisibility = RecommendationsVisibility.Admin;
Values
This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.
| Name | Value |
|---|---|
All |
all |
None |
none |
Admin |
admin |
Shared |
shared |
| - | Unrecognized<string> |