Property WrappedView
WrappedView
Gets or sets the wrapped view that is being made runnable.
public required TView WrappedView { get; init; }
Property Value
- TView
Remarks
This property must be set before the wrapper is initialized. Access this property to interact with the original view, extract its state, or configure result extraction logic.
Exceptions
- InvalidOperationException
Thrown if the property is set after initialization.