Type Definitions
-
ButtonArgs
-
Properties:
Name Type Attributes Description idstring <optional>
Optional. The ID of the button.
labelstring | undefined The label text of the button.
actionfunction | undefined The onclick action for the button.
classstring | null <optional>
Optional. The class(es) for the button.
titlestring | null <optional>
Optional. The title (tooltip) for the button.
accessKeystring | null <optional>
Optional. The access key for the button.
mouseoverfunction | null <optional>
Optional. The mouseover event for the button.
iconstring | null <optional>
Optional. Icon name from FontAwesome for the button.