sp component base.icomponentpropertymetadata.isimagesource - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-component-base > IComponentPropertyMetadata > isImageSource
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;