Skip to content

4.2 InputField

Jonas de Luna Skulberg edited this page Oct 15, 2023 · 3 revisions

InputField

Extends:

  • none

Implements:

Parameters:

Required:

  • none

Optional:

  • none

Default Parameters:

  • none

Implemented Methods:

  • none

Methods

  • addObserver(observer: (value: string) => void) Adds an onChange listener to the InputField.
  • removeObserver(observer: () => void) Removes an observer from the InputField.
Clone this wiki locally