Home > @uniformdev/canvas > getPropertiesValue

getPropertiesValue() function

Gets the object holding the properties (fields or parameters) of an entry or component instance If no properties are defined, returns undefined.

Signature:

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

entity

</td><td>

Pick<ComponentInstance, 'fields'>

</td><td>

</td></tr> </tbody></table> Returns:

ComponentInstance['parameters']