Type alias ItemClickEvent

ItemClickEvent: {
    item: Widget;
    point: Point;
}

Type declaration

Generated using TypeDoc