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