mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-29 11:46:09 +01:00
♻️ b3-menu__checked
This commit is contained in:
parent
6378d1e738
commit
5aabda4b37
4 changed files with 9 additions and 5 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -708,6 +708,7 @@ interface IModels {
|
|||
}
|
||||
|
||||
interface IMenu {
|
||||
checked?: boolean,
|
||||
iconClass?: string,
|
||||
label?: string,
|
||||
click?: (element: HTMLElement, event: MouseEvent) => boolean | void | Promise<boolean | void>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue