UNPKG

on-codemerge

Version:

A WYSIWYG editor for on-codemerge is a user-friendly interface that allows users to edit and view their code in real time, exactly as it will appear in the final product

14 lines (13 loc) 420 B
import { ChartMenu } from './ChartMenu'; import { HTMLEditor } from '../../../core/HTMLEditor.ts'; export declare class ChartContextMenu { private chartMenu; private contextMenu; private activeChart; constructor(editor: HTMLEditor, chartMenu: ChartMenu); private handleEdit; private handleDelete; show(chart: HTMLElement, x: number, y: number): void; hide(): void; destroy(): void; }