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:

ParameterTypeDescription
dataRecord<string, unknown>Properties data to synchronize with.

Returns: void