Perseus
    Preparing search index...
    interface KeypadAPI {
        activate: () => void;
        configure: (configuration: KeypadConfiguration, cb: () => void) => void;
        dismiss: () => void;
        getDOMNode: () => Element | Text | null;
        setCursor: (cursor: Cursor) => void;
        setKeyHandler: (keyHandler: KeyHandler) => void;
    }

    Implemented by

    Index

    Properties

    activate: () => void
    configure: (configuration: KeypadConfiguration, cb: () => void) => void
    dismiss: () => void
    getDOMNode: () => Element | Text | null
    setCursor: (cursor: Cursor) => void
    setKeyHandler: (keyHandler: KeyHandler) => void