思源笔记社区正在搭建中,现邀您共建
SiYuan Community is under construction. Join us to co-build.
Menuconstructor(id?: string, closeCallback?: () => void);showSubMenushowSubMenu(subMenuElement: HTMLElement): void;addItemaddItem(options: IMenuItemOption): HTMLElement;addSeparatoraddSeparator(index?: number): void;openopen(options: { x: number, y: number, h?: number, w?: number, isLeft?: boolean }): void;fullscreenfullscreen(position?: "bottom" | "all"): void;closeclose(): void;