textField
Creates a preset UITextField constructor using the provided options.
static
textField(preset: ui.PresetType<UITextField>): ViewClass<UITextField>
Parameters
- preset — The properties, bindings, and event handlers that will be preset on each instance of the resulting class
Return value
A new class that extends UITextField
Related
- uiAn object with functions for creating UI components and other resources.