@jellyfin/sdk
    Preparing search index...

    Interface ChannelFeatures

    ChannelFeatures

    interface ChannelFeatures {
        AutoRefreshLevels?: null | number;
        CanFilter?: boolean;
        CanSearch?: boolean;
        ContentTypes?: ChannelMediaContentType[];
        DefaultSortFields?: ChannelItemSortField[];
        Id?: string;
        MaxPageSize?: null | number;
        MediaTypes?: ChannelMediaType[];
        Name?: string;
        SupportsContentDownloading?: boolean;
        SupportsLatestMedia?: boolean;
        SupportsSortOrderToggle?: boolean;
    }
    Index

    Properties

    AutoRefreshLevels?: null | number

    Gets or sets the automatic refresh levels.

    ChannelFeatures

    CanFilter?: boolean

    Gets or sets a value indicating whether this instance can filter.

    ChannelFeatures

    CanSearch?: boolean

    Gets or sets a value indicating whether this instance can search.

    ChannelFeatures

    ContentTypes?: ChannelMediaContentType[]

    Gets or sets the content types.

    ChannelFeatures

    DefaultSortFields?: ChannelItemSortField[]

    Gets or sets the default sort orders.

    ChannelFeatures

    Id?: string

    Gets or sets the identifier.

    ChannelFeatures

    MaxPageSize?: null | number

    Gets or sets the maximum number of records the channel allows retrieving at a time.

    ChannelFeatures

    MediaTypes?: ChannelMediaType[]

    Gets or sets the media types.

    ChannelFeatures

    Name?: string

    Gets or sets the name.

    ChannelFeatures

    SupportsContentDownloading?: boolean

    Gets or sets a value indicating whether [supports content downloading].

    ChannelFeatures

    SupportsLatestMedia?: boolean

    Gets or sets a value indicating whether [supports latest media].

    ChannelFeatures

    SupportsSortOrderToggle?: boolean

    Gets or sets a value indicating whether a sort ascending/descending toggle is supported.

    ChannelFeatures