Struct ResponseInfo
- Namespace
- ScottPlot.Interactivity
- Assembly
- ScottPlot.dll
Describes what may need to happen after a user action response has completed executing
public readonly record struct ResponseInfo : IEquatable<ResponseInfo>
- Implements
- Inherited Members
- Extension Methods
Properties
IsPrimary
If true, all other responses will not be executed until the response that returned this result returns a new result with this flag false.
public bool IsPrimary { get; init; }
Property Value
NoActionRequired
public static ResponseInfo NoActionRequired { get; }
Property Value
Refresh
public static ResponseInfo Refresh { get; }
Property Value
RefreshNeeded
Request a render after all responses have finished executing
public bool RefreshNeeded { get; init; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.