Interface IButtonProperties
[JsonConverter(typeof(IButtonProperties.IButtonConverter))]
public interface IButtonProperties : IComponentSectionAccessoryProperties
- Inherited Members
Properties
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