Skip to content

MetadataEditor.synchronize method

MetadataEditor › synchronize

Unofficial

Synchronize data with given properties and re-render them.

Signature:

synchronize(data: Record<string, unknown>): void

Parameters:

Parameter Type Description
data Record<string, unknown> Properties data to synchronize with.

Returns: void