@uplink-protocol/calendar-controller
Version:
Flexible calendar API supporting both calendar and date-picker integrations for any JavaScript framework or library
52 lines (26 loc) • 1.72 kB
Markdown
[**@uplink-protocol/form-controller v0.2.1**](../README.md)
***
[@uplink-protocol/form-controller](../globals.md) / YearView
# Interface: YearView
Defined in: [interfaces/calendar.interfaces.ts:109](https://github.com/jmkcoder/uplink-protocol-calendar/blob/311e0b81efba7399cf1c367c0a2007aa66f3b830/src/interfaces/calendar.interfaces.ts#L109)
YearView - Interface for a year view with months or years
## Properties
### endYear?
> `optional` **endYear**: `number`
Defined in: [interfaces/calendar.interfaces.ts:112](https://github.com/jmkcoder/uplink-protocol-calendar/blob/311e0b81efba7399cf1c367c0a2007aa66f3b830/src/interfaces/calendar.interfaces.ts#L112)
***
### months?
> `optional` **months**: [`CalendarMonth`](CalendarMonth.md)[]
Defined in: [interfaces/calendar.interfaces.ts:113](https://github.com/jmkcoder/uplink-protocol-calendar/blob/311e0b81efba7399cf1c367c0a2007aa66f3b830/src/interfaces/calendar.interfaces.ts#L113)
***
### startYear?
> `optional` **startYear**: `number`
Defined in: [interfaces/calendar.interfaces.ts:111](https://github.com/jmkcoder/uplink-protocol-calendar/blob/311e0b81efba7399cf1c367c0a2007aa66f3b830/src/interfaces/calendar.interfaces.ts#L111)
***
### year?
> `optional` **year**: `number`
Defined in: [interfaces/calendar.interfaces.ts:110](https://github.com/jmkcoder/uplink-protocol-calendar/blob/311e0b81efba7399cf1c367c0a2007aa66f3b830/src/interfaces/calendar.interfaces.ts#L110)
***
### years?
> `optional` **years**: [`CalendarYear`](CalendarYear.md)[]
Defined in: [interfaces/calendar.interfaces.ts:114](https://github.com/jmkcoder/uplink-protocol-calendar/blob/311e0b81efba7399cf1c367c0a2007aa66f3b830/src/interfaces/calendar.interfaces.ts#L114)