• Most input HTML events contain ctrlKey, shiftKey and altKey properties. This function takes any event, and if it has those properties, it returns a Set<Modifier> matching which of those properties is true.

    Parameters

    • Optional evt: Event
    • onlyIfNotCatalyst: boolean = false

    Returns Set<Modifier> | undefined

Generated using TypeDoc