Interface to define arguments of hover events.

interface AcEdViewHoverEventArgs {
    id: string;
    x: number;
    y: number;
}

Properties

id x y

Properties

id: string

Object id of the hovered entity

x: number

X coordinate value of current mouse in the screen coordinate system

y: number

Y coordinate value of current mouse in the screen coordinate system