Class ActionContext
- Namespace
- JJMasterData.Core.UI.Components
- Assembly
- JJMasterData.Core.dll
public record ActionContext : IEquatable<ActionContext>
- Inheritance
-
ActionContext
- Implements
-
- Inherited Members
-
Properties
Action
public required BasicAction Action { get; init; }
Property Value
- BasicAction
FieldName
public string? FieldName { get; init; }
Property Value
- string
FormElement
public required FormElement FormElement { get; init; }
Property Value
- FormElement
FormStateData
public required FormStateData FormStateData { get; init; }
Property Value
- FormStateData
IsSubmit
public bool IsSubmit { get; }
Property Value
- bool
ParentComponentName
public required string ParentComponentName { get; init; }
Property Value
- string