Type Alias IGeometryEvent<T>

IGeometryEvent: Event & {
    bubbleToObject?: boolean;
    geometry?: IGeometry;
    type: T;
}

Type Parameters