/
renameShelfTab
renameShelfTab
Description
Use renameShelfTab to rename tabs on the shelf.
Changes the name of the nameFrom
tab to nameTo
. The tab nameFrom
must exist on the script shelf, or the command will error.
Functional area
Interface
Command syntax
Syntax
renameShelfTab "nameFrom" "nameTo" |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
nameTo | string | The new string name of the shelf tab to be renamed | |
nameFrom | string | The string name of the shelf tab to be renamed |
Flags
None
Return value
void
Examples
renameShelfTab "filters" "R_Filters"; // Changes the name of the shelf tab "filters" to "R_Filters"
Additional information
Related commands
, multiple selections available,
Related content
renameShelfGroup
renameShelfGroup
More like this
deleteShelfGroup
deleteShelfGroup
More like this
deleteShelfGroup
deleteShelfGroup
More like this
createShelfGroup
createShelfGroup
More like this
createShelfButton
createShelfButton
More like this
createShelfButton
createShelfButton
More like this