Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

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

NameTypeRequiredComments
nameTostring
The new string name of the shelf tab to be renamed
nameFromstring
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

  • No labels