Summary
With the new properties in the TypeScript SDK that support dynamic data web part properties:
.. add them as new params in the spo page clientsidewebpart add command
Current behaviour
The params are available for entry in the spo page clientsidewebpart add command:
- pageName: string;
- webUrl: string;
- standardWebPart?: StandardWebPart;
- webPartData?: string;
- webPartId?: string;
- webPartProperties?: string;
- section?: number;
- column?: number;
- order?: number;
Additional behaviour
Add the following params as options for the user to provide:
- dynamicDataPaths?: string
- dynamicDataValues?: string
To Do
Note: this suggestion relates to #750
Summary
With the new properties in the TypeScript SDK that support dynamic data web part properties:
.. add them as new params in the
spo page clientsidewebpart addcommandCurrent behaviour
The params are available for entry in the
spo page clientsidewebpart addcommand:Additional behaviour
Add the following params as options for the user to provide:
To Do
updateDynamicDataPaths: boolean)Note: this suggestion relates to #750