@wox-launcher/wox-plugin 0.0.47 → 0.0.48
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/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ export interface ResultAction {
|
|
|
51
51
|
*/
|
|
52
52
|
Id?: string;
|
|
53
53
|
Name: string;
|
|
54
|
+
Icon: WoxImage;
|
|
54
55
|
/**
|
|
55
56
|
* If true, Wox will use this action as default action. There can be only one default action in results
|
|
56
57
|
* This can be omitted, if you don't set it, Wox will use the first action as default action
|