@serenity-is/corelib / ToolButton
Interface: ToolButton
Table of contents
Properties
- action
- cssClass
- disabled
- hint
- hotkey
- hotkeyAllowDefault
- hotkeyContext
- htmlEncode
- icon
- onClick
- separator
- title
- visible
Properties
action
• Optional action: string
Defined in
cssClass
• Optional cssClass: string
Defined in
disabled
• Optional disabled: boolean | () => boolean
Defined in
hint
• Optional hint: string
Defined in
hotkey
• Optional hotkey: string
Defined in
hotkeyAllowDefault
• Optional hotkeyAllowDefault: boolean
Defined in
hotkeyContext
• Optional hotkeyContext: any
Defined in
htmlEncode
• Optional htmlEncode: any
Defined in
icon
• Optional icon: string
Defined in
onClick
• Optional onClick: any
Defined in
separator
• Optional separator: boolean | "left" | "right" | "both"
Defined in
title
• Optional title: string
Defined in
visible
• Optional visible: boolean | () => boolean