mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 19:48:06 +01:00
This commit is contained in:
parent
251e8b3234
commit
98c6fca20f
3 changed files with 21 additions and 0 deletions
7
app/src/types/protyle.d.ts
vendored
7
app/src/types/protyle.d.ts
vendored
|
|
@ -1,3 +1,5 @@
|
|||
import IUILayoutTabSearchConfigTypes = Config.IUILayoutTabSearchConfigTypes;
|
||||
|
||||
interface ILuteNode {
|
||||
TokensStr: () => string;
|
||||
__internal_object__: {
|
||||
|
|
@ -445,6 +447,11 @@ interface IProtyle {
|
|||
app: import("../index").App,
|
||||
transactionTime: number,
|
||||
id: string,
|
||||
query?: {
|
||||
key: string,
|
||||
method: number
|
||||
types: IUILayoutTabSearchConfigTypes
|
||||
},
|
||||
block: {
|
||||
id?: string,
|
||||
scroll?: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue