PluginValue

interface PluginValue

A plugin value is the mutable instance managed by a ViewPlugin.

Inheritors

Functions

Link copied to clipboard
open fun destroy()

Called when the plugin is being destroyed.

Link copied to clipboard
open fun update(update: ViewUpdate)

Called whenever the view state changes.