Skip to content

Setting.setName method

Setting › setName

Official

Signature:

setName(name: string): this

Parameters:

Parameter Type Description
name string

Returns: this

Since: 0.9.7


Official

Set the name of the setting.

Signature:

setName(name: string | DocumentFragment): this

Parameters:

Parameter Type Description
name string | DocumentFragment

Returns: this

Since: 0.12.16