Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CodeButton

A button for use in code.

Hierarchy

  • CodeButton

Index

Properties

color

color: string

Gets or sets the color.

disable

disable: function

Disables the button.

Type declaration

    • (): void
    • Returns void

enable

enable: function

Enables the button.

Type declaration

    • (): void
    • Returns void

hide

hide: function

Hides the button.

Type declaration

    • (): void
    • Returns void

show

show: function

Shows the button.

Type declaration

    • (): void
    • Returns void

text

text: string

Gets or sets the text.

tooltip

tooltip: string

Gets or sets the tooltip.

update

update: function

Updates the button.

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc