Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp component base.icomponentpropertymetadata.isimagesource

John Nguyen edited this page Aug 19, 2021 · 1 revision

Home > @microsoft/sp-component-base > IComponentPropertyMetadata > isImageSource

IComponentPropertyMetadata.isImageSource property

Indicates if the property contains a link. This allows SharePoint server to treat the value as such and perform services like link fix-up, search indexing, loading from CDN, etc.

Signature:

isImageSource?: boolean;
Clone this wiki locally