mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-03 19:30:16 +01:00
This commit is contained in:
parent
96e7044baf
commit
dd894b0457
5 changed files with 124 additions and 20 deletions
4
app/src/types/index.d.ts
vendored
4
app/src/types/index.d.ts
vendored
|
|
@ -797,7 +797,7 @@ interface IModels {
|
|||
|
||||
interface IMenu {
|
||||
label?: string,
|
||||
click?: (element: HTMLElement) => void,
|
||||
click?: (element: HTMLElement) => boolean | void | Promise<boolean | void>
|
||||
type?: "separator" | "submenu" | "readonly",
|
||||
accelerator?: string,
|
||||
action?: string,
|
||||
|
|
@ -892,7 +892,7 @@ interface IAVCell {
|
|||
value: {
|
||||
[key in TAVCol]?: IAVCellValue
|
||||
} & {
|
||||
mSelect?: {content: string, color: string}[]
|
||||
mSelect?: { content: string, color: string }[]
|
||||
},
|
||||
valueType: TAVCol,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue