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
Property | Type | Description |
---|---|---|
dates | string[] | 날짜들 |
enabled | boolean | 선택 가능 여부 |
styleName | string | 스타일 명 |
tooltips | string[] | 툴팁들 |
type | "date" | 공휴일 유형 |
Properties Desc
dates
날짜들
Type
- string[]
enabled
선택 가능 여부
Type
- boolean
styleName
스타일 명
Type
- string
tooltips
툴팁들
Type
- string[]
type
공휴일 유형
Type
- "date"