思源笔记社区正在搭建中,现邀您共建
SiYuan Community is under construction. Join us to co-build.
Settingconstructor(options: {
height?: string,
width?: string,
destroyCallback?: () => void,
confirmCallback?: () => void,
});addItemaddItem(options: {
title: string,
description?: string,
actionElement?: HTMLElement,
createActionElement?(): HTMLElement,
}): void;openopen(name: string): void;