RealGrid2 API
Interface
DayHoliday

DayHoliday

요일로 지정하는 공휴일

Signature:

export interface DayHoliday 

Example

 {
     type : "day",
     days : [0, 4],
     styleName: "custom-holiday",
     tooltips : ["쉬는 날","쉬는 날"]
 }

Properties

PropertyModifiersTypeDescription
daysnumber[]요일들
enabledboolean선택 가능 여부
styleNamestring스타일 명
tooltipsstring[]툴팁들
type"day"공휴일 유형

Properties Desc

days

요일들

Remarks:

월요일 부터 일요일까지 각각 0~6에 해당된다.

enabled

선택 가능 여부

styleName

스타일 명

tooltips

툴팁들

type

공휴일 유형