Sanity Library Reference Docs
    Preparing search index...

    Type Alias HotkeysProps

    HotkeysProps: UIHotkeysProps & { makePlatformAware?: boolean } & Omit<
        HTMLProps<HTMLElement>,
        "ref" | "size" | "as",
    > & RefAttributes<HTMLElement>

    Properties for the Hotkeys component.

    Type declaration

    • OptionalmakePlatformAware?: boolean

      Whether to make the keys platform-aware (eg alt to option on Apple devices).

      true