Interface IButtonProperties
[JsonConverter(typeof(IButtonProperties.IButtonConverter))]
public interface IButtonProperties
Properties
ComponentType
Type of the component.
ComponentType ComponentType { get; }
Property Value
Disabled
Whether the button is disabled.
bool Disabled { get; set; }
Property Value
Style
Style of the button.
ButtonStyle Style { get; }
Property Value
Methods
WithDisabled(bool)
Whether the button is disabled.
IButtonProperties WithDisabled(bool disabled = true)
Parameters
disabled
bool