@ctrl/plex
    Preparing search index...

    Interface CreateRegularCollectionOptions<T>

    interface CreateRegularCollectionOptions<T extends RatingKeyItem> {
        items: RatingKeyItem[];
        section: LibrarySection<T>;
        smart?: false;
    }

    Type Parameters

    Index
    items: RatingKeyItem[]

    Items in the regular collection.

    section: LibrarySection<T>

    Library section that will own the collection.

    smart?: false