Table of Contents

Interface IMutableVariableNode

Namespace
LfrlAnvil.Reactive.State.Internal
Assembly
LfrlAnvil.Reactive.State.dll

Represents a type-erased mutable variable state node.

public interface IMutableVariableNode : IVariableNode
Inherited Members
Extension Methods

Methods

ClearValidation()

Removes all errors and warnings from this variable.

void ClearValidation()

Refresh()

Refreshes this variable.

void Refresh()

RefreshValidation()

Refreshes this variable's validation.

void RefreshValidation()

SetReadOnly(bool)

Sets this variable's read-only state.

void SetReadOnly(bool enabled)

Parameters

enabled bool

New read-only state.