mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-11 01:34:20 +01:00
This commit is contained in:
parent
6f51d0a450
commit
149eb0da5a
7 changed files with 27 additions and 2 deletions
4
app/src/types/index.d.ts
vendored
4
app/src/types/index.d.ts
vendored
|
|
@ -49,6 +49,7 @@ type TOperation =
|
|||
| "moveOutlineHeading"
|
||||
| "updateAttrViewColRollup"
|
||||
| "hideAttrViewName"
|
||||
| "setAttrViewColDate"
|
||||
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
|
||||
type TCardType = "doc" | "notebook" | "all"
|
||||
type TEventBus = "ws-main" | "sync-start" | "sync-end" | "sync-fail" |
|
||||
|
|
@ -813,6 +814,9 @@ interface IAVColumn {
|
|||
numberFormat: string,
|
||||
template: string,
|
||||
calc: IAVCalc,
|
||||
date?: {
|
||||
autoFillNow: boolean,
|
||||
}
|
||||
// 选项列表
|
||||
options?: {
|
||||
name: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue