import { ContextMenu } from "@xtctwins/tctwins-core"; /** * 表示切片上下文菜单 * @class */ export default class AnnotationToolContextMenu extends ContextMenu { protected annotationsPlugin: any; protected _viewer: any; protected _onSceneAnnotationCreated: any; protected _onSceneAnnotationDestroyed: any; /** * 创建一个标注上下文菜单。 * @param {*} cfg 菜单配置 */ constructor(cfg?: any); }