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

sp webpart base.dynamicdatashareddepth

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

Home > @microsoft/sp-webpart-base > DynamicDataSharedDepth

DynamicDataSharedDepth enum

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

Enumeration Members

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