DatePicker Pass Through

Pass Through documentation for DatePicker component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Loading...

DatePicker PT Options#

Defines passthrough(pt) options of DatePicker component.

labeltypedescription
rootDatePickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
pcInputTextDatePickerPassThroughType<HTMLAttributes<HTMLInputElement>>Used to pass attributes to the input's DOM element.
portalDatePickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the portal's DOM element.
panelDatePickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the panel's DOM element.
containerDatePickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the container's DOM element.
calendarDatePickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the calendar's DOM element.
headerDatePickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header's DOM element.
prevDatePickerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the prev's DOM element.
prevIconDatePickerPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the prevIcon's DOM element.
titleDatePickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the title's DOM element.
selectMonthDatePickerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the selectMonth's DOM element.
selectYearDatePickerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the selectYear's DOM element.
decadeDatePickerPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the decade's DOM element.
nextDatePickerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the next's DOM element.
nextIconDatePickerPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the nextIcon's DOM element.
dayViewDatePickerPassThroughType<HTMLAttributes<HTMLTableElement>>Used to pass attributes to the dayView's DOM element.
monthViewDatePickerPassThroughType<HTMLAttributes<HTMLTableElement>>Used to pass attributes to the monthView's DOM element.
yearViewDatePickerPassThroughType<HTMLAttributes<HTMLTableElement>>Used to pass attributes to the yearView's DOM element.
tableHeaderDatePickerPassThroughType<HTMLAttributes<HTMLTableSectionElement>>Used to pass attributes to the tableHeader's DOM element.
tableHeaderRowDatePickerPassThroughType<HTMLAttributes<HTMLTableRowElement>>Used to pass attributes to the tableHeaderRow's DOM element.
weekDayCellDatePickerPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the weekDayCell's DOM element.
weekDayDatePickerPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the weekDay's DOM element.
weekHeaderDatePickerPassThroughType<HTMLAttributes<HTMLTableSectionElement>>Used to pass attributes to the weekHeader's DOM element.
weekHeaderLabelDatePickerPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the weekHeaderLabel's DOM element.
tableBodyDatePickerPassThroughType<HTMLAttributes<HTMLTableSectionElement>>Used to pass attributes to the tableBody's DOM element.
tableBodyRowDatePickerPassThroughType<HTMLAttributes<HTMLTableRowElement>>Used to pass attributes to the tableBodyRow's DOM element.
dayCellDatePickerPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the dayCell's DOM element.
monthCellDatePickerPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the monthCell's DOM element.
yearCellDatePickerPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the yearCell's DOM element.
weekNumberDatePickerPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the weekNumber's DOM element.
weekLabelContainerDatePickerPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the weekLabelContainer's DOM element.
buttonbarDatePickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the buttonbar's DOM element.
todayDatePickerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the today's DOM element.
clearDatePickerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the clear's DOM element.
timePickerDatePickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the timePicker's DOM element.
hourPickerDatePickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the hourPicker's DOM element.
minutePickerDatePickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the minutePicker's DOM element.
secondPickerDatePickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the secondPicker's DOM element.
ampmPickerDatePickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the ampmPicker's DOM element.
incrementDatePickerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the increment's DOM element.
incrementIconDatePickerPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the incrementIcon's DOM element.
decrementDatePickerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the decrement's DOM element.
decrementIconDatePickerPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the decrementIcon's DOM element.
hourDatePickerPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the hour's DOM element.
minuteDatePickerPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the minute's DOM element.
secondDatePickerPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the second's DOM element.
ampmDatePickerPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the ampm's DOM element.
separatorContainerDatePickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the separatorContainer's DOM element.
separatorDatePickerPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the separator's DOM element.
clearIconDatePickerPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the clearIcon's DOM element.
dropdownDatePickerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the dropdown's DOM element.
dropdownIconDatePickerPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the dropdownIcon's DOM element.
inputIconContainerDatePickerPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the inputIconContainer's DOM element.
footerDatePickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the footer's DOM element.

DatePickerInput PT Options#

Defines passthrough(pt) options of DatePickerInput component.

labeltypedescription
rootDatePickerInputPassThroughType<HTMLAttributes<HTMLInputElement>>Used to pass attributes to the root's DOM element.

DatePickerInputIconContainer PT Options#

Defines passthrough(pt) options of DatePickerInputIconContainer component.

labeltypedescription
rootDatePickerInputIconContainerPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerDropdownIcon PT Options#

Defines passthrough(pt) options of DatePickerDropdownIcon component.

labeltypedescription
rootDatePickerDropdownIconPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerDropdown PT Options#

Defines passthrough(pt) options of DatePickerDropdown component.

labeltypedescription
rootDatePickerDropdownPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

DatePickerClearIcon PT Options#

Defines passthrough(pt) options of DatePickerClearIcon component.

labeltypedescription
rootDatePickerClearIconPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerPortal PT Options#

Defines passthrough(pt) options of DatePickerPortal component.

labeltypedescription
rootDatePickerPortalPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerPanel PT Options#

Defines passthrough(pt) options of DatePickerPanel component.

labeltypedescription
rootDatePickerPanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerContainer PT Options#

Defines passthrough(pt) options of DatePickerContainer component.

labeltypedescription
rootDatePickerContainerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerCalendar PT Options#

Defines passthrough(pt) options of DatePickerCalendar component.

labeltypedescription
rootDatePickerCalendarPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerHeader PT Options#

Defines passthrough(pt) options of DatePickerHeader component.

labeltypedescription
rootDatePickerHeaderPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerPrev PT Options#

Defines passthrough(pt) options of DatePickerPrev component.

labeltypedescription
rootDatePickerPrevPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.
prevIconDatePickerPrevPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the prev icon's DOM element.

DatePickerTitle PT Options#

Defines passthrough(pt) options of DatePickerTitle component.

labeltypedescription
rootDatePickerTitlePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerSelectMonth PT Options#

Defines passthrough(pt) options of DatePickerSelectMonth component.

labeltypedescription
rootDatePickerSelectMonthPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

DatePickerSelectYear PT Options#

Defines passthrough(pt) options of DatePickerSelectYear component.

labeltypedescription
rootDatePickerSelectYearPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

DatePickerDecade PT Options#

Defines passthrough(pt) options of DatePickerDecade component.

labeltypedescription
rootDatePickerDecadePassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerNext PT Options#

Defines passthrough(pt) options of DatePickerNext component.

labeltypedescription
rootDatePickerNextPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.
nextIconDatePickerNextPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the next icon's DOM element.

DatePickerTable PT Options#

Defines passthrough(pt) options of DatePickerTable component.

labeltypedescription
rootDatePickerTablePassThroughType<HTMLAttributes<HTMLTableElement>>Used to pass attributes to the root's DOM element.

DatePickerTableHead PT Options#

Defines passthrough(pt) options of DatePickerTableHead component.

labeltypedescription
rootDatePickerTableHeadPassThroughType<HTMLAttributes<HTMLTableSectionElement>>Used to pass attributes to the root's DOM element.

DatePickerTableHeadRow PT Options#

Defines passthrough(pt) options of DatePickerTableHeadRow component.

labeltypedescription
rootDatePickerTableHeadRowPassThroughType<HTMLAttributes<HTMLTableRowElement>>Used to pass attributes to the root's DOM element.

DatePickerTableHeadCell PT Options#

Defines passthrough(pt) options of DatePickerTableHeadCell component.

labeltypedescription
rootDatePickerTableHeadCellPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the root's DOM element.
weekDayDatePickerTableHeadCellPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the week day label's DOM element.

DatePickerTableHeadWeekCell PT Options#

Defines passthrough(pt) options of DatePickerTableHeadWeekCell component.

labeltypedescription
rootDatePickerTableHeadWeekCellPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the root's DOM element.
weekHeaderLabelDatePickerTableHeadWeekCellPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the week header label's DOM element.

DatePickerTableBody PT Options#

Defines passthrough(pt) options of DatePickerTableBody component.

labeltypedescription
rootDatePickerTableBodyPassThroughType<HTMLAttributes<HTMLTableSectionElement>>Used to pass attributes to the root's DOM element.

DatePickerTableBodyRow PT Options#

Defines passthrough(pt) options of DatePickerTableBodyRow component.

labeltypedescription
rootDatePickerTableBodyRowPassThroughType<HTMLAttributes<HTMLTableRowElement>>Used to pass attributes to the root's DOM element.

DatePickerTableBodyCell PT Options#

Defines passthrough(pt) options of DatePickerTableBodyCell component.

labeltypedescription
rootDatePickerTableBodyCellPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the root's DOM element.

DatePickerTableBodyWeekCell PT Options#

Defines passthrough(pt) options of DatePickerTableBodyWeekCell component.

labeltypedescription
rootDatePickerTableBodyWeekCellPassThroughType<HTMLAttributes<HTMLTableCellElement>>Used to pass attributes to the root's DOM element.
weekLabelContainerDatePickerTableBodyWeekCellPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the week label container's DOM element.

DatePickerFooter PT Options#

Defines passthrough(pt) options of DatePickerFooter component.

labeltypedescription
rootDatePickerFooterPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerButtonbar PT Options#

Defines passthrough(pt) options of DatePickerButtonbar component.

labeltypedescription
rootDatePickerButtonbarPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerToday PT Options#

Defines passthrough(pt) options of DatePickerToday component.

labeltypedescription
rootDatePickerTodayPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

DatePickerClear PT Options#

Defines passthrough(pt) options of DatePickerClear component.

labeltypedescription
rootDatePickerClearPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

DatePickerTime PT Options#

Defines passthrough(pt) options of DatePickerTime component.

labeltypedescription
rootDatePickerTimePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerPicker PT Options#

Defines passthrough(pt) options of DatePickerPicker component.

labeltypedescription
rootDatePickerPickerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerIncrement PT Options#

Defines passthrough(pt) options of DatePickerIncrement component.

labeltypedescription
rootDatePickerIncrementPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.
incrementIconDatePickerIncrementPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the increment icon's DOM element.

DatePickerHour PT Options#

Defines passthrough(pt) options of DatePickerHour component.

labeltypedescription
rootDatePickerHourPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerDecrement PT Options#

Defines passthrough(pt) options of DatePickerDecrement component.

labeltypedescription
rootDatePickerDecrementPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.
decrementIconDatePickerDecrementPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the decrement icon's DOM element.

DatePickerSeparatorContainer PT Options#

Defines passthrough(pt) options of DatePickerSeparatorContainer component.

labeltypedescription
rootDatePickerSeparatorContainerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DatePickerSeparator PT Options#

Defines passthrough(pt) options of DatePickerSeparator component.

labeltypedescription
rootDatePickerSeparatorPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerMinute PT Options#

Defines passthrough(pt) options of DatePickerMinute component.

labeltypedescription
rootDatePickerMinutePassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerSecond PT Options#

Defines passthrough(pt) options of DatePickerSecond component.

labeltypedescription
rootDatePickerSecondPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

DatePickerAmPm PT Options#

Defines passthrough(pt) options of DatePickerAmPm component.

labeltypedescription
rootDatePickerAmPmPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.