DateHoliday
Holidays specified by date
Signature:
export interface DateHolidayExample
{
type : "date",
dates : ["2020-01-24","2020-01-25","2020-01-26","2020-01-27"],
styleName: "seollal",
tooltips : ["Seollal 1","Seollal 2","Seollal 3","Seollal 4"]
}Properties
| Property | Type | Description |
|---|---|---|
| dates | string[] | dates |
| enabled | boolean | Availability |
| styleName | string | style name |
| tooltips | string[] | Tooltips |
| type | "date" | Types of holidays |
Properties Desc
dates
dates
Type - string[]
enabled
Availability
Type - boolean
styleName
style name
Type - string
tooltips
Tooltips
Type - string[]
type
type of holiday
Type - "date"