SettingEx.addMultipleText method
SettingEx › addMultipleText
Adds a MultipleTextComponent to the setting.Signature:
addMultipleText(cb: (multipleText: MultipleTextComponent) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| cb | (multipleText: MultipleTextComponent) => void | The callback to call with the component. |
Returns: this — The setting instance.