IThumbnailIconSizeImage interface

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Options related to icon sized image thumbnail.

Properties

altText

Alt text for the image.

iconColor

Background color to use for the icon.

iconUrl

URL pointing to the icon-size image.

type

Image type.

Property Details

altText

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Alt text for the image.

altText: string;

Property Value

string

iconColor

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Background color to use for the icon.

iconColor?: string;

Property Value

string

iconUrl

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

URL pointing to the icon-size image.

iconUrl: string;

Property Value

string

type

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Image type.

type: typeof ThumbnailType.IconSizeImage;

Property Value

typeof @microsoft/sp-property-pane!~__type#IconSizeImage:member