-
Notifications
You must be signed in to change notification settings - Fork 3
duplicatesheet
Daniel Larsson edited this page Feb 14, 2025
·
1 revision
Duplicate a sheet, including all objects.
-
id
: ID of the sheet to clone. -
changesheet
: Clear the objects currently subscribed to and then subribe to all objects on the cloned sheet (which essentially corresponds to using thechangesheet
action to go to the cloned sheet) (true
/false
). Defaults tofalse
, if omitted. -
save
: Executesaveobjects
after the cloning operation to save all modified objects (true
/false
). Defaults tofalse
, if omitted. -
cloneid
: (optional) ID to be used to identify the sheet in any subsequentchangesheet
,duplicatesheet
,publishsheet
orunpublishsheet
action.
{
"action": "duplicatesheet",
"label": "Duplicate sheet1",
"settings":{
"id" : "mBshXB",
"save": true,
"changesheet": true
}
}
This file has been automatically generated, do not edit manually