mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 08:24:06 +01:00
This commit is contained in:
parent
d4c46ebaa2
commit
cc2b0ffce2
8 changed files with 412 additions and 229 deletions
14
app/src/types/index.d.ts
vendored
14
app/src/types/index.d.ts
vendored
|
|
@ -909,6 +909,20 @@ interface IAVGallery extends IAVView {
|
|||
cardCount: number,
|
||||
}
|
||||
|
||||
interface IAVKanban extends IAVView {
|
||||
coverFrom: number; // 0:无,1:内容图,2:资源字段,3:内容块
|
||||
coverFromAssetKeyID?: string;
|
||||
cardSize: number; // 0:小卡片,1:中卡片,2:大卡片
|
||||
cardAspectRatio: number;
|
||||
displayFieldName: boolean;
|
||||
fitImage: boolean;
|
||||
cards: IAVGalleryItem[],
|
||||
desc: string
|
||||
fields: IAVColumn[]
|
||||
cardCount: number,
|
||||
fillColBackgroundColor: boolean
|
||||
}
|
||||
|
||||
interface IAVFilter {
|
||||
column: string,
|
||||
operator: TAVFilterOperator,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue