"active" event payload.
This event is emitted when a lens requests a keyboard to be shown or dismissed. The application should listen for this event and display or remove its keyboard UI accordingly.
Indicates whether the keyboard should be displayed (true) or hidden (false).
true
false
The current text input associated with the keyboard.
The lens that initiated the keyboard request.
Clients apps are responsible to create keyboard UI.
"active" event payload.
This event is emitted when a lens requests a keyboard to be shown or dismissed. The application should listen for this event and display or remove its keyboard UI accordingly.