@jellyfin/sdk
    Preparing search index...

    Interface ImageOption

    ImageOption

    interface ImageOption {
        Limit?: number;
        MinWidth?: number;
        Type?: ImageType;
    }
    Index

    Properties

    Limit?: number

    Gets or sets the limit.

    ImageOption

    MinWidth?: number

    Gets or sets the minimum width.

    ImageOption

    Type?: ImageType

    ImageOption