Interface IGalleryItem
Provides properties for a gallery item.
Package: ui-framework
Properties
data
A JSON object containing arbitrary data associated with this image.
Declaration
data: any
Property Value
Type | Description |
---|---|
any | A JSON object containing arbitrary data associated with this image. |
name
A unique machine-readable name.
Declaration
name: string
Property Value
Type | Description |
---|---|
string | A unique machine-readable name. |
previewUrl
A URL to the image to display.
Declaration
previewUrl: string
Property Value
Type | Description |
---|---|
string | A URL to the image to display. |
title
A display name of an item.
Declaration
title: string
Property Value
Type | Description |
---|---|
string | A display name of an item. |