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