Scope

interface Scope(source)

Represents a reactive context that can be marked as needing a refresh.

Scopes are typically associated with UI components or render blocks that depend on the observable state.

Functions

Link copied to clipboard
abstract fun markDirty()

Notifies the scope that its dependencies have changed, and it should be re-executed.