@ctrl/plex
    Preparing search index...

    Interface PlaylistSearchOptions

    interface PlaylistSearchOptions {
        sort?: string;
        [filter: string]: ItemFilterValue;
    }

    Indexable

    • [filter: string]: ItemFilterValue
    Index

    Properties

    Properties

    sort?: string