Skip to content

FilePropertyWidgetComponent.setValue method

FilePropertyWidgetComponent › setValue

Unofficial

Set the value of the property widget.

Signature:

setValue(value: unknown): void

Parameters:

Parameter Type Description
value unknown The value to set.

Returns: void