mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 20:00:17 +01:00
This commit is contained in:
parent
6c6f7d8ce2
commit
8e853fe66f
3 changed files with 14 additions and 5 deletions
8
app/src/types/index.d.ts
vendored
8
app/src/types/index.d.ts
vendored
|
|
@ -72,6 +72,8 @@ type TOperation =
|
|||
| "foldAttrViewGroup"
|
||||
| "setAttrViewDisplayFieldName"
|
||||
| "setAttrViewFillColBackgroundColor"
|
||||
| "setAttrViewUpdatedIncludeTime"
|
||||
| "setAttrViewCreatedIncludeTime"
|
||||
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
|
||||
type TCardType = "doc" | "notebook" | "all"
|
||||
type TEventBus = "ws-main" | "sync-start" | "sync-end" | "sync-fail" |
|
||||
|
|
@ -969,6 +971,12 @@ interface IAVColumn {
|
|||
numberFormat: string,
|
||||
template: string,
|
||||
calc: IAVCalc,
|
||||
updated?: {
|
||||
includeTime: boolean
|
||||
}
|
||||
created?: {
|
||||
includeTime: boolean
|
||||
}
|
||||
date?: {
|
||||
autoFillNow: boolean,
|
||||
fillSpecificTime: boolean,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue