@jellyfin/sdk
    Preparing search index...

    Interface ImageApiUpdateItemImageIndexRequest

    Request parameters for updateItemImageIndex operation in ImageApi.

    ImageApiUpdateItemImageIndexRequest

    interface ImageApiUpdateItemImageIndexRequest {
        imageIndex: number;
        imageType: ImageType;
        itemId: string;
        newIndex: number;
    }
    Index

    Properties

    imageIndex: number

    Old image index.

    ImageApiUpdateItemImageIndex

    imageType: ImageType

    Image type.

    ImageApiUpdateItemImageIndex

    itemId: string

    Item id.

    ImageApiUpdateItemImageIndex

    newIndex: number

    New image index.

    ImageApiUpdateItemImageIndex