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:

Parameter Type Description
update ViewUpdate The view update.

Returns: void