Skip to content

Setting.setName method

Setting › setName

Official

Signature:

setName(name: string): this

Parameters:

ParameterTypeDescription
namestring

Returns: this

Since: 0.9.7


Official

Set the name of the setting.

Signature:

setName(name: string | DocumentFragment): this

Parameters:

ParameterTypeDescription
namestring | DocumentFragment

Returns: this

Since: 0.12.16