-
Notifications
You must be signed in to change notification settings - Fork 3
publishsheet
Daniel Larsson edited this page Feb 14, 2025
·
1 revision
Publish sheets in the current app.
-
mode
:-
allsheets
: Publish all sheets in the app. -
sheetids
: Only publish the sheets specified by thesheetIds
array.
-
-
sheetIds
: (optional) Array of sheet IDs for thesheetids
mode. -
includePublished
: Try to publish already published sheets.
{
"label": "PublishSheets",
"action": "publishsheet",
"settings": {
"mode": "sheetids",
"sheetIds": ["qmGcYS", "bKbmgT"]
}
}
This file has been automatically generated, do not edit manually