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
aria-hidden?
optional aria-hidden: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1639
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
HTMLAttributes.aria-hidden
aria-invalid?
optional aria-invalid: boolean | "true" | "false" | "grammar" | "spelling";
Defined in: node_modules/@types/react/index.d.ts:1644
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
HTMLAttributes.aria-invalid
aria-keyshortcuts?
optional aria-keyshortcuts: string;
Defined in: node_modules/@types/react/index.d.ts:1646
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
HTMLAttributes.aria-keyshortcuts
aria-label?
optional aria-label: string;
Defined in: node_modules/@types/react/index.d.ts:1651
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
HTMLAttributes.aria-label
aria-labelledby?
optional aria-labelledby: string;
Defined in: node_modules/@types/react/index.d.ts:1656
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
HTMLAttributes.aria-labelledby
aria-level?
optional aria-level: number;
Defined in: node_modules/@types/react/index.d.ts:1658
Defines the hierarchical level of an element within a structure.
Inherited from
HTMLAttributes.aria-level
aria-live?
optional aria-live: "off" | "assertive" | "polite";
Defined in: node_modules/@types/react/index.d.ts:1660
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
Inherited from
HTMLAttributes.aria-live
aria-modal?
optional aria-modal: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1662
Indicates whether an element is modal when displayed.
Inherited from
HTMLAttributes.aria-modal
aria-multiline?
optional aria-multiline: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1664
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
HTMLAttributes.aria-multiline
aria-multiselectable?
optional aria-multiselectable: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1666
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
HTMLAttributes.aria-multiselectable
aria-orientation?
optional aria-orientation: "horizontal" | "vertical";
Defined in: node_modules/@types/react/index.d.ts:1668
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
HTMLAttributes.aria-orientation
aria-owns?
optional aria-owns: string;
Defined in: node_modules/@types/react/index.d.ts:1674
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
See
aria-controls.
Inherited from
HTMLAttributes.aria-owns
aria-placeholder?
optional aria-placeholder: string;
Defined in: node_modules/@types/react/index.d.ts:1679
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
Inherited from
HTMLAttributes.aria-placeholder
aria-posinset?
optional aria-posinset: number;
Defined in: node_modules/@types/react/index.d.ts:1684
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-setsize.
Inherited from
HTMLAttributes.aria-posinset
aria-pressed?
optional aria-pressed: boolean | "true" | "false" | "mixed";
Defined in: node_modules/@types/react/index.d.ts:1689
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
HTMLAttributes.aria-pressed
aria-readonly?
optional aria-readonly: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1694
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
HTMLAttributes.aria-readonly
aria-relevant?
optional aria-relevant:
| "text"
| "all"
| "additions"
| "additions removals"
| "additions text"
| "removals"
| "removals additions"
| "removals text"
| "text additions"
| "text removals";
Defined in: node_modules/@types/react/index.d.ts:1699
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
HTMLAttributes.aria-relevant
aria-required?
optional aria-required: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1701
Indicates that user input is required on the element before a form may be submitted.
Inherited from
HTMLAttributes.aria-required
aria-roledescription?
optional aria-roledescription: string;
Defined in: node_modules/@types/react/index.d.ts:1703
Defines a human-readable, author-localized description for the role of an element.
Inherited from
HTMLAttributes.aria-roledescription
aria-rowcount?
optional aria-rowcount: number;
Defined in: node_modules/@types/react/index.d.ts:1708
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
HTMLAttributes.aria-rowcount
aria-rowindex?
optional aria-rowindex: number;
Defined in: node_modules/@types/react/index.d.ts:1713
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
See
- aria-rowcount
- aria-rowspan.
Inherited from
HTMLAttributes.aria-rowindex
aria-rowspan?
optional aria-rowspan: number;
Defined in: node_modules/@types/react/index.d.ts:1718
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
HTMLAttributes.aria-rowspan
aria-selected?
optional aria-selected: boolean | "true" | "false";
Defined in: node_modules/@types/react/index.d.ts:1723
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
HTMLAttributes.aria-selected
aria-setsize?
optional aria-setsize: number;
Defined in: node_modules/@types/react/index.d.ts:1728
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-posinset.
Inherited from
HTMLAttributes.aria-setsize
aria-sort?
optional aria-sort: "none" | "ascending" | "descending" | "other";
Defined in: node_modules/@types/react/index.d.ts:1730
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
HTMLAttributes.aria-sort
aria-valuemax?
optional aria-valuemax: number;
Defined in: node_modules/@types/react/index.d.ts:1732
Defines the maximum allowed value for a range widget.
Inherited from
HTMLAttributes.aria-valuemax
aria-valuemin?
optional aria-valuemin: number;
Defined in: node_modules/@types/react/index.d.ts:1734
Defines the minimum allowed value for a range widget.
Inherited from
HTMLAttributes.aria-valuemin
aria-valuenow?
optional aria-valuenow: number;
Defined in: node_modules/@types/react/index.d.ts:1739
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
HTMLAttributes.aria-valuenow
aria-valuetext?
optional aria-valuetext: string;
Defined in: node_modules/@types/react/index.d.ts:1741
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
HTMLAttributes.aria-valuetext
autoCapitalize?
optional autoCapitalize: string;
Defined in: node_modules/@types/react/index.d.ts:1786
Inherited from
HTMLAttributes.autoCapitalize
autoCorrect?
optional autoCorrect: string;
Defined in: node_modules/@types/react/index.d.ts:1787
Inherited from
HTMLAttributes.autoCorrect
autoFocus?
optional autoFocus: boolean;
Defined in: src/components/Carousel.ts:6
autoSave?
optional autoSave: string;
Defined in: node_modules/@types/react/index.d.ts:1788
Inherited from
HTMLAttributes.autoSave
children?
optional children: ReactNode;
Defined in: node_modules/@types/react/index.d.ts:1349
Inherited from
HTMLAttributes.children
className?
optional className: string;
Defined in: node_modules/@types/react/index.d.ts:1753
Inherited from
HTMLAttributes.className
color?
optional color: string;
Defined in: node_modules/@types/react/index.d.ts:1789
Inherited from
HTMLAttributes.color
contentEditable?
optional contentEditable: "inherit" | Booleanish;
Defined in: node_modules/@types/react/index.d.ts:1754
Inherited from
HTMLAttributes.contentEditable
contextMenu?
optional contextMenu: string;
Defined in: node_modules/@types/react/index.d.ts:1755
Inherited from
HTMLAttributes.contextMenu
dangerouslySetInnerHTML?
optional dangerouslySetInnerHTML: {
__html: string;
};
Defined in: node_modules/@types/react/index.d.ts:1350
__html
__html: string;
Inherited from
HTMLAttributes.dangerouslySetInnerHTML
datatype?
optional datatype: string;
Defined in: node_modules/@types/react/index.d.ts:1777
Inherited from
HTMLAttributes.datatype
defaultChecked?
optional defaultChecked: boolean;
Defined in: node_modules/@types/react/index.d.ts:1746
Inherited from
HTMLAttributes.defaultChecked
defaultValue?
optional defaultValue: string | number | readonly string[];
Defined in: node_modules/@types/react/index.d.ts:1747
Inherited from
HTMLAttributes.defaultValue
dir?
optional dir: string;
Defined in: node_modules/@types/react/index.d.ts:1756
Inherited from
HTMLAttributes.dir
draggable?
optional draggable: Booleanish;
Defined in: node_modules/@types/react/index.d.ts:1757
Inherited from
HTMLAttributes.draggable
enableBumperPaging?
optional enableBumperPaging: boolean;
Defined in: src/components/Carousel.ts:7
fnDoesItemTakeFocus()?
optional fnDoesItemTakeFocus: (...unknown: any[]) => boolean;
Defined in: src/components/Carousel.ts:8
Parameters
unknown
...any
[]