Package version:

Interface GalleryImageFeature

A feature for gallery image.

interface GalleryImageFeature {
    name?: string;
    startsAtVersion?: string;
    value?: string;
}

Properties

name?: string

The name of the gallery image feature.

startsAtVersion?: string

The minimum gallery image version which supports this feature.

value?: string

The value of the gallery image feature.