Interface IReactive
Namespace: Ludiq.Bolt
Syntax
public interface IReactive
Properties
isDirty
Declaration
bool isDirty { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
SetDirty()
Declaration
void SetDirty()
Validate()
Declaration
void Validate()
Events
changed
Declaration
event Action changed
Event Type
| Type | Description |
|---|---|
| Action |