Perseus
    Preparing search index...
    type State = {
        cursorContext: typeof CursorContext[keyof typeof CursorContext];
        focused: boolean;
        keypadOpen: boolean;
        openedWithEventType?: string;
    }
    Index

    Properties

    cursorContext: typeof CursorContext[keyof typeof CursorContext]
    focused: boolean
    keypadOpen: boolean
    openedWithEventType?: string