RealGrid2 API
Interface
DayHoliday

DayHoliday

요일로 지정하는 공휴일

Signature:

export interface DayHoliday 

Example

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

Properties

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

Properties Desc

days

요일들

Type - number[]

Remarks:

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


enabled

선택 가능 여부

Type - boolean


styleName

스타일 명

Type - string


tooltips

툴팁들

Type - string[]


type

공휴일 유형

Type - "day"