UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines (8 loc) 243 B
/** * @ignore * get view event name, with name:event * @param type original event type * @param name event trigger shape name * @returns the name:event string */ export declare function getEventName(type: string, name?: string): string;