ThumbarButton

external interface ThumbarButton(source)

Properties

Link copied to clipboard
abstract var click: () -> Unit
Link copied to clipboard
abstract var flags: ReadonlyArray<String>?

Control specific states and behaviors of the button. By default, it is ['enabled'].

Link copied to clipboard
abstract var icon: NativeImage

The icon showing in thumbnail toolbar.

Link copied to clipboard
abstract var tooltip: String?

The text of the button's tooltip.