Table of Contents

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 to decide whether to bail the re-render, under the shallow per-member rule Memoize states. Null for the refless / ref-forwarding overloads (props-less Render).

public object? Props { get; init; }

Property Value

object