Property IsMounted
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
IsMounted
Whether the component is currently mounted (between Mount() completion and Unmount() start). Used to guard effects / state updates against an unmounted fiber.
public bool IsMounted { get; }
Property Value
- bool