NativeUIModule
The NativeUI
module exposes editable text.
Example
Properties
Property
Description
picker
(get) picker: Picker (set) picker: Picker
Represents the picker object.
slider
(get) slider: Slider (set) slider: Slider
Represents the slider object.
Methods
Method
Description
enterTextEditMode
enterTextEditMode(nodeName: String): void
Requests user input for given node.
getText
getText(nodeName: String): StringSignal
Gets the user edited text of the given node.
setText
setText(nodeName: String, text: String): void
Sets the text to the provided value for the node with a given name.
Classes
Class
Description
The Picker
class describes an object controlling native picker behavior.
The Slider
class describes an object controlling native slider behavior.
Last updated
Was this helpful?