mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-07 05:10:16 +01:00
This commit is contained in:
parent
d6cbafe11f
commit
d538d27aad
2 changed files with 25 additions and 8 deletions
7
app/src/types/index.d.ts
vendored
7
app/src/types/index.d.ts
vendored
|
|
@ -149,7 +149,12 @@ interface IPdfAnno {
|
|||
|
||||
interface IBackStack {
|
||||
id: string,
|
||||
endId?: string,
|
||||
data?: {
|
||||
startId: string,
|
||||
endId: string
|
||||
path: string
|
||||
notebookId: string
|
||||
},
|
||||
scrollTop?: number,
|
||||
callback?: string[],
|
||||
position?: { start: number, end: number }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue