Property Props
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Props
Props value captured by the props-receiving V.Component<TProps> overload.
Stored on the fiber and compared with the previous render's props (shallow per-property identity
comparison) to decide whether to bail the re-render. Null for the refless / ref-forwarding
overloads (props-less Render).
public object? Props { get; init; }
Property Value
- object