Table of Contents

Interface IVariableRootEvent<TKey>

Namespace
LfrlAnvil.Reactive.State.Events
Assembly
LfrlAnvil.Reactive.State.dll

Represents a generic event emitted by an IReadOnlyVariableRoot<TKey>.

public interface IVariableRootEvent<TKey> : IVariableRootEvent, IVariableNodeEvent where TKey : notnull

Type Parameters

TKey

Child node's key type.

Inherited Members

Properties

NodeKey

Key of the child node that caused this event.

TKey NodeKey { get; }

Property Value

TKey

Variable

Variable node that emitted this event.

IReadOnlyVariableRoot<TKey> Variable { get; }

Property Value

IReadOnlyVariableRoot<TKey>