mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.0 KiB
1.0 KiB
GetLibraryDetailsDirectory
Example Usage
import { GetLibraryDetailsDirectory } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetLibraryDetailsDirectory = {
key: "search?type=1",
title: "Search...",
secondary: true,
prompt: "Search Movies",
search: true,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
key |
string | ➖ | N/A | search?type=1 |
title |
string | ➖ | N/A | Search... |
secondary |
boolean | ➖ | N/A | true |
prompt |
string | ➖ | N/A | Search Movies |
search |
boolean | ➖ | N/A | true |