mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
This commit is contained in:
parent
05248d66be
commit
fb0c2e3d6a
7 changed files with 26 additions and 24 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -242,6 +242,7 @@ interface ISiyuan {
|
|||
}
|
||||
|
||||
interface IScrollAttr {
|
||||
rootId: string,
|
||||
startId: string,
|
||||
endId: string
|
||||
scrollTop: number,
|
||||
|
|
@ -269,6 +270,7 @@ interface IObject {
|
|||
}
|
||||
|
||||
declare interface ILayoutJSON extends ILayoutOptions {
|
||||
scrollAttr?: IScrollAttr,
|
||||
instance?: string,
|
||||
width?: string,
|
||||
height?: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue