mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 14:28:49 +01:00
This commit is contained in:
parent
645305581c
commit
a6be83a150
1 changed files with 2 additions and 0 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -149,6 +149,7 @@ interface IPdfAnno {
|
|||
|
||||
interface IBackStack {
|
||||
id: string,
|
||||
// 仅移动端
|
||||
data?: {
|
||||
startId: string,
|
||||
endId: string
|
||||
|
|
@ -158,6 +159,7 @@ interface IBackStack {
|
|||
scrollTop?: number,
|
||||
callback?: string[],
|
||||
position?: { start: number, end: number }
|
||||
// 仅桌面端
|
||||
protyle?: IProtyle,
|
||||
zoomId?: string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue