import { ContextMenu } from "@xtctwins/tctwins-core"; /** * 表示模型上下文菜单。 * @param {*} cfg Configs * @param {Boolean} [cfg.enableEditModels=false] Set true to show Add/Edit/Delete options in the menu. */ export default class ModelsContextMenu extends ContextMenu { /** * 创建一个模型上下文菜单。 * */ constructor(cfg?: any); }