Events: { buttonClicked: ( event: Event | null, point: Point, buton: string, ) => void; clicked: (event: Event | null, button: EButton, point: Point) => void; contextMenu: (event: Event | null, point: Point) => void; doubleClicked: ( event: Event | null, point: Point, object: number | undefined, ) => void;} Type declaration
buttonClicked: (event: Event | null, point: Point, buton: string) => void
clicked: (event: Event | null, button: EButton, point: Point) => void
contextMenu: (event: Event | null, point: Point) => void
doubleClicked: (event: Event | null, point: Point, object: number | undefined) => void
Fired when a button of the entry was clicked