Input Group

Hierarchy

  • IInputGroup

Properties

el: HTMLElement

The input group element.

elTextbox: HTMLInputElement | HTMLTextAreaElement

Reference to the textbox input/textarea element.

getFileInfo: (() => IInputGroupFileValue)

Type declaration

getValue: (() => string)

Type declaration

    • (): string
    • Method to get the value.

      Returns string

hide: (() => void)

Type declaration

    • (): void
    • Hides the input group.

      Returns void

setValue: ((value) => void)

Type declaration

    • (value): void
    • Method to set the value.

      Parameters

      • value: string

      Returns void

show: (() => void)

Type declaration

    • (): void
    • Shows the input group.

      Returns void

Generated using TypeDoc