Class AdditionalActionClientProperties
Defines client properties which are common to all additional actions.
public abstract class AdditionalActionClientProperties
- Inheritance
-
objectAdditionalActionClientProperties
- Derived
- Extension Methods
Properties
ComponentName
Gets or sets the name of the front-end component of the additional action.
public string ComponentName { get; init; }
Property Value
- string
Identifier
Identifier of an additional action. Has to be unique within the form component it's attached to.
public string Identifier { get; init; }
Property Value
- string
IsAvailable
Determines if an additional action is available.
[JsonIgnore]
public bool IsAvailable { get; set; }
Property Value
- bool
Remarks
The component is not rendered when an additional action is unavailable.