Dynamic Icons Scripting Reference - v1.3.0
    Preparing search index...

    Type Alias KeyboardEventProps

    type KeyboardEventProps = {
        key: string;
        code: string;
        location: number;
        repeat: boolean;
        ctrlKey: boolean;
        altKey: boolean;
        metaKey: boolean;
        shiftKey: boolean;
    }
    Index

    Properties

    key: string
    code: string
    location: number
    repeat: boolean
    ctrlKey: boolean
    altKey: boolean
    metaKey: boolean
    shiftKey: boolean