Property IsDirty
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
IsDirty
Whether re-render is needed at the next FlushState (an update was requested via Hook setter / dispatch / store subscription). Marks the fiber dirty so it is re-rendered on the next flush.
public bool IsDirty { get; }
Property Value
- bool