hosanna-ui-docs - v0.9.0
    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