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.

Readonly disable

disable: () => void

Disables the button.

Type declaration

    • (): void
    • Returns void

Readonly enable

enable: () => void

Enables the button.

Type declaration

    • (): void
    • Returns void

Readonly hide

hide: () => void

Hides the button.

Type declaration

    • (): void
    • Returns void

Readonly show

show: () => void

Shows the button.

Type declaration

    • (): void
    • Returns void

text

text: string

Gets or sets the text.

tooltip

tooltip: string

Gets or sets the tooltip.

Readonly update

update: () => void

Updates the button.

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc