sp webpart base.iwebpartpropertymetadata.islink - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-webpart-base > IWebPartPropertyMetadata > isLink
Indicates if the property contains a link. This allows SharePoint server to treat the value as such and perform services like search indexing, link fix-up, loading from CDN, etc.
Signature:
isLink?: boolean;