Share via


extensionCustomFunctionsNamespace object

Defines the namespace for your custom functions. A namespace prepends itself to your custom functions to help customers identify your functions as part of your add-in.

Properties that reference this object type:

Syntax

{
  "id": "{string}",
  "name": "{string}"
}

Properties

id

Non-localizeable version of the namespace.

Type
string

Required

Constraints
Minimum string length: 1. Maximum string length: 32.

Supported values
The string value must start with a letter and can contain only letters, numbers, periods, and underscores.

name

Localizeable version of the namespace.

This property is localizable. For more information, see the localization schema.

Type
string

Required

Constraints
Minimum string length: 1. Maximum string length: 32.

Supported values
The string value must start with a letter and can contain only letters, numbers, periods, and underscores.