Options
All
  • Public
  • Public/Protected
  • All
Menu

Button Group

Hierarchy

  • IInputGroup

Index

Properties

el

el: HTMLElement

The element.

getValue

getValue: () => string

Method to get the value.

Type declaration

    • (): string
    • Returns string

hide

hide: () => void

Hides the input group.

Type declaration

    • (): void
    • Returns void

setValue

setValue: (value: string) => void

Method to set the value.

Type declaration

    • (value: string): void
    • Parameters

      • value: string

      Returns void

show

show: () => void

Shows the input group.

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc