mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-18 04:58:06 +01:00
This commit is contained in:
parent
0cd68fe571
commit
e94a534b02
9 changed files with 111 additions and 114 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -280,6 +280,8 @@ declare interface IDockTab {
|
|||
}
|
||||
|
||||
declare interface IOpenFileOptions {
|
||||
searchData?: ISearchOption, // 搜索必填
|
||||
customData?: any, // card 必填
|
||||
assetPath?: string, // asset 必填
|
||||
fileName?: string, // file 必填
|
||||
rootIcon?: string, // 文档图标
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue