MetadataEditor.synchronize method
MetadataEditor › synchronize
Unofficial
Synchronize data with given properties and re-render them.Signature:
synchronize(data: Record<string, unknown>): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| data | Record<string, unknown> | Properties data to synchronize with. |
Returns: void