mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
25 lines
1.0 KiB
Markdown
25 lines
1.0 KiB
Markdown
# GetLibraryDetailsDirectory
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
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* | :heavy_minus_sign: | N/A | search?type=1 |
|
|
| `title` | *string* | :heavy_minus_sign: | N/A | Search... |
|
|
| `secondary` | *boolean* | :heavy_minus_sign: | N/A | true |
|
|
| `prompt` | *string* | :heavy_minus_sign: | N/A | Search Movies |
|
|
| `search` | *boolean* | :heavy_minus_sign: | N/A | true | |