Interface: CaptionProps
Represent the props of the Caption component.
Properties
displayIndex
• Optional displayIndex: number
The index of the month where the caption is displayed. Older custom components may miss this prop.
Defined in
src/components/Caption/Caption.tsx:15
displayMonth
• displayMonth: Date
The month where the caption is displayed.
Defined in
src/components/Caption/Caption.tsx:13
id
• Optional id: string
The ID for the heading element. Must be the same as the labelled-by in Table.