mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 10:50:15 +01:00
This commit is contained in:
parent
0557a4232c
commit
88e90d0eec
2 changed files with 35 additions and 27 deletions
3
app/src/types/index.d.ts
vendored
3
app/src/types/index.d.ts
vendored
|
|
@ -236,7 +236,7 @@ interface IPluginSettingOption {
|
|||
title: string
|
||||
description?: string
|
||||
actionElement?: HTMLElement
|
||||
direction?: "column"|"row"
|
||||
direction?: "column" | "row"
|
||||
|
||||
createActionElement?(): HTMLElement
|
||||
}
|
||||
|
|
@ -852,6 +852,7 @@ interface IAVCell {
|
|||
}
|
||||
|
||||
interface IAVCellValue {
|
||||
keyID: string,
|
||||
id?: string,
|
||||
type: TAVCol,
|
||||
isDetached?: boolean,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue