ParameterValue Struct

Definition

Represents a single parameter supplied to an IComponent by its parent in the render tree.

public value class ParameterValue
public readonly struct ParameterValue
type ParameterValue = struct
Public Structure ParameterValue
Inheritance
ParameterValue

Properties

Cascading

Gets a value to indicate whether the parameter is cascading, meaning that it was supplied by a CascadingValue<TValue>.

Name

Gets the name of the parameter.

Value

Gets the value being supplied for the parameter.

Applies to