This repository was archived by the owner on Oct 23, 2021. It is now read-only.
-
Couldn't load subscription status.
- Fork 5
sp webpart base.dynamicdatashareddepth
John Nguyen edited this page Apr 22, 2021
·
2 revisions
Home > @microsoft/sp-webpart-base > DynamicDataSharedDepth
Warning: This API is now obsolete.
This is obsolete now. This enum has been moved to
@microsoft/sp-property-pane. Please consume it from there.
Enum for the possible values of shared depth of the dynamic data reference.
Signature:
export declare enum DynamicDataSharedDepth| Member | Value | Description |
|---|---|---|
| None | 0 |
Indicates that nothing is shared. |
| Property | 2 |
Indicates that both the dynamic data source and the property are shared. |
| Source | 1 |
Indicates that the dynamic data source is shared. |