sp component base.dynamicproperty.setvalue - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki

Home > @microsoft/sp-component-base > DynamicProperty > setValue

DynamicProperty.setValue() method

Sets a static value in the DynamicProperty.

Signature:

setValue(value: TValue): void;

Parameters

Parameter Type Description
value TValue Value for the DynamicProperty.

Returns:

void

⚠️ **GitHub.com Fallback** ⚠️