BIM.works SDKs - v1.5.0-b164
    Preparing search index...

    Type Alias KeyBinding

    type KeyBinding = {
        button?: number;
        ctrlKey?: boolean;
        keyCode?: string;
        shiftKey?: boolean;
    }
    Index

    Properties

    button?: number
    ctrlKey?: boolean
    keyCode?: string
    shiftKey?: boolean