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

sp component base.icomponentpropertymetadata.islink

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

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

IComponentPropertyMetadata.isLink property

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;
Clone this wiki locally