← Standard library

TextInput

static class TextInput
import TextInput from Wax;

Asynchronous requests to open or close host text input. The host decides when the request takes effect and reports state through TextInputState.

TextInput.wax:308

Inherits from object. Follow these links for inherited members.

Members

Beginmethod

public static host fn Begin() : void

Requests that the host open text input. Observe TextInputState for the eventual state.

TextInput.wax:313

Endmethod

public static host fn End() : void

Requests that the host close text input. This is not a synchronous state change.

TextInput.wax:318