Files
plexjs/docs/models/searchlibraryrequest.md

788 B

SearchLibraryRequest

Example Usage

import { SearchLibraryRequest, Type } from "@lukehagar/plexjs";

let value: SearchLibraryRequest = {
    sectionId: 149675,
    type: Type.Three,
};

Fields

Field Type Required Description
sectionId number ✔️ the Id of the library to query
type models.Type ✔️ Plex content type to search for