UNPKG

o-menu

Version:

Simple circular context menu based on svg

9 lines (8 loc) 164 B
export class IEvent { constructor(){ this.originalEvent = null; this.type = null; this.data = null; this.target = null; } }