Page tree

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

Compare with Current View Page History

« Previous Version 6 Next »

 

The name of a script is unique within its namespace.

ID
name
Type
Data Type
Token
Since
1.0

The name is unique within its namespace. The userscript identified by the namespace, name, and version.

A name should not contain dots ('.'). Per convention name parts are separated by dashes ('-').

Usage

The parameter is used by the following systems.

NameTypeShort Description
Activation Record Macro
Renders the activation record of userscripts.
Delete UserscriptResource Operation
Deletes a userscript uniquely identified by its namespace, name, and version.
Get UserscriptResource Operation
Provides access to a unique userscript by its namespace, name, and version.
Userscript Macro
Userscripts ServiceResource Service
Provide access to a single userscript file by its coordinates. Even anonymous users have access to this service.

Resources

Namespace
The namespace of a script makes the name of a userscript unique.
  • No labels