IThumbnailFabricReactIcon 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 fabric icon thumbnail.

Properties

altText

Alt text for the icon.

iconColor

The background color for the icon.

iconName

The name of the icon to render.

type

Fabric icon 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 icon.

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.

The background color for the icon.

iconColor?: string;

Property Value

string

iconName

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.

The name of the icon to render.

iconName: 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.

Fabric icon type.

type: typeof ThumbnailType.FabricReactIcon;

Property Value

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