CarouselProps
Interface: CarouselProps
Defined in: src/components/Carousel.ts:5
Extends
HTMLAttributes
<HTMLDivElement
>
Properties
about?
optional about: string;
Defined in: node_modules/@types/react/index.d.ts:1776
Inherited from
HTMLAttributes.about
accessKey?
optional accessKey: string;
Defined in: node_modules/@types/react/index.d.ts:1752
Inherited from
HTMLAttributes.accessKey
aria-activedescendant?
optional aria-activedescendant: string;
Defined in: node_modules/@types/react/index.d.ts:1559
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
HTMLAttributes.aria-activedescendant
aria-atomic?
optional aria-atomic: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1561
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
Inherited from
HTMLAttributes.aria-atomic
aria-autocomplete?
optional aria-autocomplete: "inline" | "none" | "list" | "both";
Defined in: node_modules/@types/react/index.d.ts:1566
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
Inherited from
HTMLAttributes.aria-autocomplete
aria-busy?
optional aria-busy: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1568
Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.
Inherited from
HTMLAttributes.aria-busy
aria-checked?
optional aria-checked: boolean | "true" | "false" | "mixed";
Defined in: node_modules/@types/react/index.d.ts:1573
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
HTMLAttributes.aria-checked
aria-colcount?
optional aria-colcount: number;
Defined in: node_modules/@types/react/index.d.ts:1578
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
HTMLAttributes.aria-colcount
aria-colindex?
optional aria-colindex: number;
Defined in: node_modules/@types/react/index.d.ts:1583
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
See
- aria-colcount
- aria-colspan.
Inherited from
HTMLAttributes.aria-colindex
aria-colspan?
optional aria-colspan: number;
Defined in: node_modules/@types/react/index.d.ts:1588
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
HTMLAttributes.aria-colspan
aria-controls?
optional aria-controls: string;
Defined in: node_modules/@types/react/index.d.ts:1593
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
HTMLAttributes.aria-controls
aria-current?
optional aria-current: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date";
Defined in: node_modules/@types/react/index.d.ts:1595
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
HTMLAttributes.aria-current
aria-describedby?
optional aria-describedby: string;
Defined in: node_modules/@types/react/index.d.ts:1600
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
HTMLAttributes.aria-describedby
aria-details?
optional aria-details: string;
Defined in: node_modules/@types/react/index.d.ts:1605
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
HTMLAttributes.aria-details
aria-disabled?
optional aria-disabled: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1610
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
HTMLAttributes.aria-disabled
aria-dropeffect?
optional aria-dropeffect: "none" | "link" | "copy" | "execute" | "move" | "popup";
Defined in: node_modules/@types/react/index.d.ts:1615
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
HTMLAttributes.aria-dropeffect
aria-errormessage?
optional aria-errormessage: string;
Defined in: node_modules/@types/react/index.d.ts:1620
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
HTMLAttributes.aria-errormessage
aria-expanded?
optional aria-expanded: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1622
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
HTMLAttributes.aria-expanded
aria-flowto?
optional aria-flowto: string;
Defined in: node_modules/@types/react/index.d.ts:1627
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
Inherited from
HTMLAttributes.aria-flowto
aria-grabbed?
optional aria-grabbed: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1632
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
HTMLAttributes.aria-grabbed
aria-haspopup?
optional aria-haspopup:
| boolean
| "dialog"
| "menu"
| "grid"
| "true"
| "false"
| "listbox"
| "tree";
Defined in: node_modules/@types/react/index.d.ts:1634
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
HTMLAttributes.aria-haspopup