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