Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInputElement

Hierarchy

  • IInputElement

Implemented by

Index

Properties

disable

disable: function

Type declaration

    • (): any
    • Returns any

enable

enable: function

Type declaration

    • (): any
    • Returns any

getValue

getValue: function

Type declaration

    • (): any
    • Returns any

isEnabled

isEnabled: function

Type declaration

    • (): boolean
    • Returns boolean

node

node: HTMLInputElement

setType

setType: function

Type declaration

    • (type: string): void
    • Parameters

      • type: string

      Returns void

setValue

setValue: function

Type declaration

    • (value: string): void
    • Parameters

      • value: string

      Returns void

type

type: function

Type declaration

    • (type: string): any
    • Parameters

      • type: string

      Returns any

value

value: function

Type declaration

    • (value: string): any
    • Parameters

      • value: string

      Returns any

Generated using TypeDoc