Sanity Library Reference Docs
    Preparing search index...
    interface RunNavigationKeyEvent {
        key: string;
        preventDefault: () => void;
    }
    Index

    Properties

    Properties

    key: string
    preventDefault: () => void