RealGrid2 API
Interface
DateHoliday

DateHoliday

Holidays specified by date

Signature:

export interface DateHoliday

Example

  {
      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

PropertyTypeDescription
datesstring[]dates
enabledbooleanAvailability
styleNamestringstyle name
tooltipsstring[]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"