Class ClickDialogButtonCommandSettings
ClickDialogButton
public sealed class ClickDialogButtonCommandSettings : ICommand- Inheritance
- 
      
      ClickDialogButtonCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
DialogButton
Gets or sets the dialogButton
[JsonPropertyName("dialogButton")]
public DialogButton DialogButton { get; set; }Property Value
DialogId
Gets or sets the dialogId
[JsonPropertyName("dialogId")]
public string DialogId { get; set; }