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