You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Get the contents of the latest version of a document. [See the documentation](https://developers.google.com/docs/api/reference/rest/v1/documents/get)",
7
-
version: "0.1.5",
8
+
version: "0.1.6",
8
9
type: "action",
9
10
props: {
10
11
googleDocs,
@@ -21,10 +22,32 @@ export default {
21
22
optional: true,
22
23
default: false,
23
24
},
25
+
tabIds: {
26
+
type: "string[]",
27
+
label: "Tab IDs",
28
+
description: "Only return content for the specified tabs",
0 commit comments