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

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

Properties Desc

dates

날짜들

enabled

선택 가능 여부

styleName

스타일 명

tooltips

툴팁들

type

공휴일 유형