Skip to content

SettingEx.addWeek method

SettingEx › addWeek

Adds a WeekComponent to the setting.

Signature:

addWeek(cb: (week: WeekComponent) => void): this

Parameters:

ParameterTypeDescription
cb(week: WeekComponent) => voidThe callback to call with the component.

Returns: thisThe setting instance.