hojas/node_modules/mj-context-menu/js/entry.d.ts

9 lines
156 B
TypeScript
Raw Permalink Normal View History

2026-05-14 10:56:04 +02:00
import { Menu } from './menu.js';
export interface Entry {
menu: Menu;
type: string;
hide(): void;
show(): void;
isHidden(): boolean;
}