RealGrid2 API
Interface
DateHoliday

DateHoliday

날짜로 지정하는 공휴일

Signature:

export interface DateHoliday 

Example

 {
     type : "date",
     dates : ["2020-01-24","2020-01-25","2020-01-26","2020-01-27"],
     styleName: "seollal",
     tooltips : ["설날1","설날2","설날3","설날4"]
 }

Properties

PropertyTypeDescription
datesstring[]날짜들
enabledboolean선택 가능 여부
styleNamestring스타일 명
tooltipsstring[]툴팁들
type"date"공휴일 유형

Properties Desc

dates

날짜들

Type - string[]


enabled

선택 가능 여부

Type - boolean


styleName

스타일 명

Type - string


tooltips

툴팁들

Type - string[]


type

공휴일 유형

Type - "date"