Hosanna UI API v1.30.2-next
    Preparing search index...

    Event object for keyboard text change events in NativeKeyboardView.

    interface NativeKebyoardEvent {
        preventDefault?: boolean;
        text: string;
        type: string;
        view: NativeKeyboardView;
    }

    Hierarchy

    Index

    Properties

    preventDefault?: boolean
    text: string
    type: string