DatePicker Pass Through
Pass Through documentation for DatePicker component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
DatePickerRoot PT Options#
Defines passthrough(pt) options of DatePicker component.
| label | type | description |
|---|---|---|
| root | DatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| pcInputText | DatePickerRootPassThroughType<HTMLAttributes<HTMLInputElement>> | Used to pass attributes to the input's DOM element. |
| portal | DatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the portal's DOM element. |
| panel | DatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the panel's DOM element. |
| container | DatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the container's DOM element. |
| calendar | DatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the calendar's DOM element. |
| header | DatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the header's DOM element. |
| prev | DatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the prev's DOM element. |
| prevIcon | DatePickerRootPassThroughType<HTMLAttributes<SVGElement>> | Used to pass attributes to the prevIcon's DOM element. |
| title | DatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the title's DOM element. |
| selectMonth | DatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the selectMonth's DOM element. |
| selectYear | DatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the selectYear's DOM element. |
| decade | DatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the decade's DOM element. |
| next | DatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the next's DOM element. |
| nextIcon | DatePickerRootPassThroughType<HTMLAttributes<SVGElement>> | Used to pass attributes to the nextIcon's DOM element. |
| dayView | DatePickerRootPassThroughType<HTMLAttributes<HTMLTableElement>> | Used to pass attributes to the dayView's DOM element. |
| monthView | DatePickerRootPassThroughType<HTMLAttributes<HTMLTableElement>> | Used to pass attributes to the monthView's DOM element. |
| yearView | DatePickerRootPassThroughType<HTMLAttributes<HTMLTableElement>> | Used to pass attributes to the yearView's DOM element. |
| tableHeader | DatePickerRootPassThroughType<HTMLAttributes<HTMLTableSectionElement>> | Used to pass attributes to the tableHeader's DOM element. |
| tableHeaderRow | DatePickerRootPassThroughType<HTMLAttributes<HTMLTableRowElement>> | Used to pass attributes to the tableHeaderRow's DOM element. |
| weekDayCell | DatePickerRootPassThroughType<HTMLAttributes<HTMLTableCellElement>> | Used to pass attributes to the weekDayCell's DOM element. |
| weekDay | DatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the weekDay's DOM element. |
| weekHeader | DatePickerRootPassThroughType<HTMLAttributes<HTMLTableSectionElement>> | Used to pass attributes to the weekHeader's DOM element. |
| weekHeaderLabel | DatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the weekHeaderLabel's DOM element. |
| tableBody | DatePickerRootPassThroughType<HTMLAttributes<HTMLTableSectionElement>> | Used to pass attributes to the tableBody's DOM element. |
| tableBodyRow | DatePickerRootPassThroughType<HTMLAttributes<HTMLTableRowElement>> | Used to pass attributes to the tableBodyRow's DOM element. |
| dayCell | DatePickerRootPassThroughType<HTMLAttributes<HTMLTableCellElement>> | Used to pass attributes to the dayCell's DOM element. |
| monthCell | DatePickerRootPassThroughType<HTMLAttributes<HTMLTableCellElement>> | Used to pass attributes to the monthCell's DOM element. |
| yearCell | DatePickerRootPassThroughType<HTMLAttributes<HTMLTableCellElement>> | Used to pass attributes to the yearCell's DOM element. |
| weekNumber | DatePickerRootPassThroughType<HTMLAttributes<HTMLTableCellElement>> | Used to pass attributes to the weekNumber's DOM element. |
| weekLabelContainer | DatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the weekLabelContainer's DOM element. |
| buttonbar | DatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the buttonbar's DOM element. |
| today | DatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the today's DOM element. |
| clear | DatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the clear's DOM element. |
| timePicker | DatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the timePicker's DOM element. |
| hourPicker | DatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the hourPicker's DOM element. |
| minutePicker | DatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the minutePicker's DOM element. |
| secondPicker | DatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the secondPicker's DOM element. |
| ampmPicker | DatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the ampmPicker's DOM element. |
| increment | DatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the increment's DOM element. |
| incrementIcon | DatePickerRootPassThroughType<HTMLAttributes<SVGElement>> | Used to pass attributes to the incrementIcon's DOM element. |
| decrement | DatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the decrement's DOM element. |
| decrementIcon | DatePickerRootPassThroughType<HTMLAttributes<SVGElement>> | Used to pass attributes to the decrementIcon's DOM element. |
| hour | DatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the hour's DOM element. |
| minute | DatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the minute's DOM element. |
| second | DatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the second's DOM element. |
| ampm | DatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the ampm's DOM element. |
| separatorContainer | DatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the separatorContainer's DOM element. |
| separator | DatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the separator's DOM element. |
| clearIcon | DatePickerRootPassThroughType<HTMLAttributes<SVGElement>> | Used to pass attributes to the clearIcon's DOM element. |
| dropdown | DatePickerRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the dropdown's DOM element. |
| dropdownIcon | DatePickerRootPassThroughType<HTMLAttributes<SVGElement>> | Used to pass attributes to the dropdownIcon's DOM element. |
| inputIconContainer | DatePickerRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the inputIconContainer's DOM element. |
| footer | DatePickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the footer's DOM element. |
DatePickerInput PT Options#
Defines passthrough(pt) options of DatePickerInput component.
| label | type | description |
|---|---|---|
| root | DatePickerInputPassThroughType<HTMLAttributes<HTMLInputElement>> | Used to pass attributes to the root's DOM element. |
DatePickerInputIconContainer PT Options#
Defines passthrough(pt) options of DatePickerInputIconContainer component.
| label | type | description |
|---|---|---|
| root | DatePickerInputIconContainerPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
DatePickerDropdownIcon PT Options#
Defines passthrough(pt) options of DatePickerDropdownIcon component.
| label | type | description |
|---|---|---|
| root | DatePickerDropdownIconPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
DatePickerDropdown PT Options#
Defines passthrough(pt) options of DatePickerDropdown component.
| label | type | description |
|---|---|---|
| root | DatePickerDropdownPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
DatePickerClearIcon PT Options#
Defines passthrough(pt) options of DatePickerClearIcon component.
| label | type | description |
|---|---|---|
| root | DatePickerClearIconPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
DatePickerPortal PT Options#
Defines passthrough(pt) options of DatePickerPortal component.
| label | type | description |
|---|---|---|
| root | DatePickerPortalPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DatePickerPanel PT Options#
Defines passthrough(pt) options of DatePickerPanel component.
| label | type | description |
|---|---|---|
| root | DatePickerPanelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DatePickerContainer PT Options#
Defines passthrough(pt) options of DatePickerContainer component.
| label | type | description |
|---|---|---|
| root | DatePickerContainerPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DatePickerCalendar PT Options#
Defines passthrough(pt) options of DatePickerCalendar component.
| label | type | description |
|---|---|---|
| root | DatePickerCalendarPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DatePickerHeader PT Options#
Defines passthrough(pt) options of DatePickerHeader component.
| label | type | description |
|---|---|---|
| root | DatePickerHeaderPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DatePickerPrev PT Options#
Defines passthrough(pt) options of DatePickerPrev component.
| label | type | description |
|---|---|---|
| root | DatePickerPrevPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
| prevIcon | DatePickerPrevPassThroughType<HTMLAttributes<SVGElement>> | Used to pass attributes to the prev icon's DOM element. |
DatePickerTitle PT Options#
Defines passthrough(pt) options of DatePickerTitle component.
| label | type | description |
|---|---|---|
| root | DatePickerTitlePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DatePickerSelectMonth PT Options#
Defines passthrough(pt) options of DatePickerSelectMonth component.
| label | type | description |
|---|---|---|
| root | DatePickerSelectMonthPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
DatePickerSelectYear PT Options#
Defines passthrough(pt) options of DatePickerSelectYear component.
| label | type | description |
|---|---|---|
| root | DatePickerSelectYearPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
DatePickerDecade PT Options#
Defines passthrough(pt) options of DatePickerDecade component.
| label | type | description |
|---|---|---|
| root | DatePickerDecadePassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
DatePickerNext PT Options#
Defines passthrough(pt) options of DatePickerNext component.
| label | type | description |
|---|---|---|
| root | DatePickerNextPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
| nextIcon | DatePickerNextPassThroughType<HTMLAttributes<SVGElement>> | Used to pass attributes to the next icon's DOM element. |
DatePickerTable PT Options#
Defines passthrough(pt) options of DatePickerTable component.
| label | type | description |
|---|---|---|
| root | DatePickerTablePassThroughType<HTMLAttributes<HTMLTableElement>> | Used to pass attributes to the root's DOM element. |
DatePickerTableHead PT Options#
Defines passthrough(pt) options of DatePickerTableHead component.
| label | type | description |
|---|---|---|
| root | DatePickerTableHeadPassThroughType<HTMLAttributes<HTMLTableSectionElement>> | Used to pass attributes to the root's DOM element. |
DatePickerTableHeadRow PT Options#
Defines passthrough(pt) options of DatePickerTableHeadRow component.
| label | type | description |
|---|---|---|
| root | DatePickerTableHeadRowPassThroughType<HTMLAttributes<HTMLTableRowElement>> | Used to pass attributes to the root's DOM element. |
DatePickerTableHeadCell PT Options#
Defines passthrough(pt) options of DatePickerTableHeadCell component.
| label | type | description |
|---|---|---|
| root | DatePickerTableHeadCellPassThroughType<HTMLAttributes<HTMLTableCellElement>> | Used to pass attributes to the root's DOM element. |
| weekDay | DatePickerTableHeadCellPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the week day label's DOM element. |
DatePickerTableHeadWeekCell PT Options#
Defines passthrough(pt) options of DatePickerTableHeadWeekCell component.
| label | type | description |
|---|---|---|
| root | DatePickerTableHeadWeekCellPassThroughType<HTMLAttributes<HTMLTableCellElement>> | Used to pass attributes to the root's DOM element. |
| weekHeaderLabel | DatePickerTableHeadWeekCellPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the week header label's DOM element. |
DatePickerTableBody PT Options#
Defines passthrough(pt) options of DatePickerTableBody component.
| label | type | description |
|---|---|---|
| root | DatePickerTableBodyPassThroughType<HTMLAttributes<HTMLTableSectionElement>> | Used to pass attributes to the root's DOM element. |
DatePickerTableBodyRow PT Options#
Defines passthrough(pt) options of DatePickerTableBodyRow component.
| label | type | description |
|---|---|---|
| root | DatePickerTableBodyRowPassThroughType<HTMLAttributes<HTMLTableRowElement>> | Used to pass attributes to the root's DOM element. |
DatePickerTableBodyCell PT Options#
Defines passthrough(pt) options of DatePickerTableBodyCell component.
| label | type | description |
|---|---|---|
| root | DatePickerTableBodyCellPassThroughType<HTMLAttributes<HTMLTableCellElement>> | Used to pass attributes to the root's DOM element. |
DatePickerTableBodyWeekCell PT Options#
Defines passthrough(pt) options of DatePickerTableBodyWeekCell component.
| label | type | description |
|---|---|---|
| root | DatePickerTableBodyWeekCellPassThroughType<HTMLAttributes<HTMLTableCellElement>> | Used to pass attributes to the root's DOM element. |
| weekLabelContainer | DatePickerTableBodyWeekCellPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the week label container's DOM element. |
DatePickerFooter PT Options#
Defines passthrough(pt) options of DatePickerFooter component.
| label | type | description |
|---|---|---|
| root | DatePickerFooterPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DatePickerButtonbar PT Options#
Defines passthrough(pt) options of DatePickerButtonbar component.
| label | type | description |
|---|---|---|
| root | DatePickerButtonbarPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DatePickerToday PT Options#
Defines passthrough(pt) options of DatePickerToday component.
| label | type | description |
|---|---|---|
| root | DatePickerTodayPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
DatePickerClear PT Options#
Defines passthrough(pt) options of DatePickerClear component.
| label | type | description |
|---|---|---|
| root | DatePickerClearPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
DatePickerTime PT Options#
Defines passthrough(pt) options of DatePickerTime component.
| label | type | description |
|---|---|---|
| root | DatePickerTimePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DatePickerPicker PT Options#
Defines passthrough(pt) options of DatePickerPicker component.
| label | type | description |
|---|---|---|
| root | DatePickerPickerPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DatePickerIncrement PT Options#
Defines passthrough(pt) options of DatePickerIncrement component.
| label | type | description |
|---|---|---|
| root | DatePickerIncrementPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
| incrementIcon | DatePickerIncrementPassThroughType<HTMLAttributes<SVGElement>> | Used to pass attributes to the increment icon's DOM element. |
DatePickerHour PT Options#
Defines passthrough(pt) options of DatePickerHour component.
| label | type | description |
|---|---|---|
| root | DatePickerHourPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
DatePickerDecrement PT Options#
Defines passthrough(pt) options of DatePickerDecrement component.
| label | type | description |
|---|---|---|
| root | DatePickerDecrementPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
| decrementIcon | DatePickerDecrementPassThroughType<HTMLAttributes<SVGElement>> | Used to pass attributes to the decrement icon's DOM element. |
DatePickerSeparatorContainer PT Options#
Defines passthrough(pt) options of DatePickerSeparatorContainer component.
| label | type | description |
|---|---|---|
| root | DatePickerSeparatorContainerPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DatePickerSeparator PT Options#
Defines passthrough(pt) options of DatePickerSeparator component.
| label | type | description |
|---|---|---|
| root | DatePickerSeparatorPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
DatePickerMinute PT Options#
Defines passthrough(pt) options of DatePickerMinute component.
| label | type | description |
|---|---|---|
| root | DatePickerMinutePassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
DatePickerSecond PT Options#
Defines passthrough(pt) options of DatePickerSecond component.
| label | type | description |
|---|---|---|
| root | DatePickerSecondPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
DatePickerAmPm PT Options#
Defines passthrough(pt) options of DatePickerAmPm component.
| label | type | description |
|---|---|---|
| root | DatePickerAmPmPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |