@wox-launcher/wox-plugin 0.0.109 → 0.0.111
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +2 -0
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -558,6 +558,8 @@ export interface UpdatableResult {
|
|
|
558
558
|
Title?: string
|
|
559
559
|
/** Optional - update the subtitle */
|
|
560
560
|
SubTitle?: string
|
|
561
|
+
/** Optional - update the icon */
|
|
562
|
+
Icon?: WoxImage
|
|
561
563
|
/** Optional - update the tails */
|
|
562
564
|
Tails?: ResultTail[]
|
|
563
565
|
/** Optional - update the preview */
|