Skip to content

PluginValue.update method

PluginValue › update

Official

Notifies the plugin of an update that happened in the view.

Signature:

update(update: ViewUpdate): void

Parameters:

ParameterTypeDescription
updateViewUpdateThe view update.

Returns: void