Setting.setName method
Setting › setName
Official
Signature:
setName(name: string): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| name | string |
Returns: this
Since: 0.9.7
Official
Set the name of the setting.Signature:
setName(name: string | DocumentFragment): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | DocumentFragment |
Returns: this
Since: 0.12.16