Global

Type Definitions

ButtonArgs

Properties:
Name Type Attributes Description
id string <optional>

Optional. The ID of the button.

label string | undefined

The label text of the button.

action function | undefined

The onclick action for the button.

class string | null <optional>

Optional. The class(es) for the button.

title string | null <optional>

Optional. The title (tooltip) for the button.

accessKey string | null <optional>

Optional. The access key for the button.

mouseover function | null <optional>

Optional. The mouseover event for the button.

icon string | null <optional>

Optional. Icon name from FontAwesome for the button.