sesaparcours
    Preparing search index...

    Type Alias KeyboardModifiers

    type KeyboardModifiers = {
        alt: boolean;
        control: boolean;
        meta: boolean;
        shift: boolean;
    }
    Index

    Properties

    Properties

    alt: boolean
    control: boolean
    meta: boolean
    shift: boolean