Table of Contents

Class LayoutEngineCustomAction<T>

Namespace
Whim
Assembly
Whim.dll
The payload for a custom action for a layout engine to perform, via PerformCustomAction<T>(LayoutEngineCustomAction<T>).
public record LayoutEngineCustomAction<T> : LayoutEngineCustomAction, IEquatable<LayoutEngineCustomAction>, IEquatable<LayoutEngineCustomAction<T>>

Type Parameters

T
The type of Payload.
Inheritance
LayoutEngineCustomAction<T>
Implements
Inherited Members

Properties

Payload

The payload of the action, which the handler can use to perform the action.
public required T Payload { get; init; }

Property Value

T