hosanna-ui-docs - v0.9.0
Preparing search index...
Views/Primitives
NativeKeyboard
NativeKebyoardEvent
Interface NativeKebyoardEvent
Event object for keyboard text change events in
NativeKeyboardView
.
interface
NativeKebyoardEvent
{
preventDefault
?:
boolean
;
text
:
string
;
type
:
string
;
view
:
NativeKeyboardView
;
}
Hierarchy
ViewEvent
<
NativeKeyboardView
>
NativeKebyoardEvent
Index
Properties
prevent
Default?
text
type
view
Properties
Optional
prevent
Default
preventDefault
?:
boolean
text
text
:
string
type
type
:
string
view
view
:
NativeKeyboardView
Settings
Member Visibility
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
prevent
Default
text
type
view
hosanna-ui-docs - v0.9.0
Loading...
Event object for keyboard text change events in NativeKeyboardView.