sp component base.dynamicproperty.setvalue - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-component-base > DynamicProperty > setValue
Sets a static value in the DynamicProperty.
Signature:
setValue(value: TValue): void;| Parameter | Type | Description |
|---|---|---|
| value | TValue | Value for the DynamicProperty. |
Returns:
void