Interface ICustomizableButtonProperties
public interface ICustomizableButtonProperties : IButtonProperties
- Inherited Members
Properties
Emoji
Emoji that appears on the button.
EmojiProperties? Emoji { get; set; }
Property Value
Label
Text that appears on the button (max 80 characters).
string? Label { get; set; }
Property Value
Methods
WithEmoji(EmojiProperties?)
Emoji that appears on the button.
ICustomizableButtonProperties WithEmoji(EmojiProperties? emoji)
Parameters
emoji
EmojiProperties
Returns
WithLabel(string?)
Text that appears on the button (max 80 characters).
ICustomizableButtonProperties WithLabel(string? label)
Parameters
label
string