EarthSDK
    正在准备搜索索引...

    类型别名 WidgetEventInfo

    小部件事件信息类型定义

    type WidgetEventInfo = {
        add?: { children?: string[]; mousePos?: [number, number] };
        type:
            | "leftClick"
            | "rightClick"
            | "mouseEnter"
            | "mouseLeave"
            | "childMouseLeave"
            | "childMouseEnter";
    }
    索引

    属性

    属性

    add?: { children?: string[]; mousePos?: [number, number] }

    附加信息

    type:
        | "leftClick"
        | "rightClick"
        | "mouseEnter"
        | "mouseLeave"
        | "childMouseLeave"
        | "childMouseEnter"

    事件类型