We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Home > @microsoft/sp-component-base > DynamicProperty > reference
DynamicDataReference string that the DynamicProperty object points to. The reference is of the form <source>:<property>:<path>.
<source>:<property>:<path>
Signature:
get reference(): string | undefined;
If the DynamicProperty is set up with static data, this returns undefined.
Home