mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 00:06:09 +01:00
This commit is contained in:
parent
119314ba02
commit
ebc2111fe8
7 changed files with 78 additions and 29 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -46,6 +46,7 @@ type TEventBus = "ws-main" |
|
|||
"input-search" |
|
||||
"loaded-protyle"
|
||||
type TAVCol = "text" | "date" | "number" | "relation" | "rollup" | "select" | "block" | "mSelect"
|
||||
type THintSource = "search" | "av" | "hint";
|
||||
type TAVFilterOperator =
|
||||
"="
|
||||
| "!="
|
||||
|
|
|
|||
2
app/src/types/protyle.d.ts
vendored
2
app/src/types/protyle.d.ts
vendored
|
|
@ -345,7 +345,7 @@ interface IHintData {
|
|||
interface IHintExtend {
|
||||
key: string;
|
||||
|
||||
hint?(value: string, protyle: IProtyle): IHintData[];
|
||||
hint?(value: string, protyle: IProtyle, source: THintSource): IHintData[];
|
||||
}
|
||||
|
||||
/** @link https://ld246.com/article/1549638745630#options-hint */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue