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

sp component base.dynamicproperty.reference

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-component-base > DynamicProperty > reference

DynamicProperty.reference property

DynamicDataReference string that the DynamicProperty object points to. The reference is of the form <source>:<property>:<path>.

Signature:

get reference(): string | undefined;

Remarks

If the DynamicProperty is set up with static data, this returns undefined.

Clone this wiki locally