UNPKG

@sequencing/design-system

Version:
1,524 lines 107 kB
{ "Accordion": { "tags": {}, "description": "The Accordion is a simple yet powerful component to render collapsable sections.\nIt renders a button to toggle the accordion content and the passed ``children`` as the content.\nCustom stylings can be applied by passing a ``customClass``.\nIf your section is in a different place of the HTML, you can still use this component by toggling the\nvisibility of the section using the ``onToggle`` callback.", "displayName": "Accordion", "props": { "caretPosition": { "defaultValue": "right", "description": "Specifies in which side of the toggle we should render the caret icon.\nDefault: ``right``", "name": "caretPosition", "required": false, "type": "\"left\" | \"right\"" }, "customClass": { "defaultValue": null, "description": "Custom css class to customize the stylings", "name": "customClass", "required": false, "type": "string" }, "hint": { "defaultValue": null, "description": "The hint to be displayed when hovering over the toggle button", "name": "hint", "required": false, "type": "string" }, "label": { "defaultValue": null, "description": "The label of the toggle button", "name": "label", "required": true, "type": "string" }, "openByDefault": { "defaultValue": null, "description": "Set it to ``true`` if you want to render an open Accordion.", "name": "openByDefault", "required": false, "type": "boolean" }, "variant": { "defaultValue": "primary", "description": "The look and feel of the toggle button.\nDefault: ``primary``", "name": "variant", "required": false, "type": "\"primary\" | \"outlined\"" }, "onToggle": { "defaultValue": null, "description": "Callback to be called when toggling the accordion content.\nIt receives a boolean for the current state and the HTML event.", "name": "onToggle", "required": false, "type": "((isOpen: boolean, event: MouseEvent<HTMLButtonElement, MouseEvent>) => void)" } } }, "Button": { "tags": {}, "description": "The Button component is used to trigger an action or event,\nsuch as submitting a form, opening a dialog, canceling an action,\nor performing a delete operation.\nEvery Button that triggers an asynchronous operation should set the property ``loading`` to ``true``.", "displayName": "Button", "props": { "customClass": { "defaultValue": null, "description": "Custom css class to customize the stylings", "name": "customClass", "required": false, "type": "string" }, "disabled": { "defaultValue": null, "description": "Disabling a button prevents any action and will gray out the component.", "name": "disabled", "required": false, "type": "boolean" }, "hint": { "defaultValue": null, "description": "The hint to be displayed when hovering over the button", "name": "hint", "required": false, "type": "string" }, "label": { "defaultValue": null, "description": "The label to be displayed inside the button", "name": "label", "required": false, "type": "ReactNode" }, "loading": { "defaultValue": null, "description": "Setting this flag to ``true`` will display a spinner inside the button and\nwill prevent any further interaction unless the flag is set back to ``false``.\nThe width will remain the same as of the rendered label.", "name": "loading", "required": false, "type": "boolean" }, "variant": { "defaultValue": "primary", "description": "Controls the look and feel of the button. Default: ``primary``", "name": "variant", "required": false, "type": "\"primary\" | \"outlined\" | \"fancy\" | \"secondary\" | \"outlinedSecondary\" | \"outlinedDanger\" | \"outlinedWarning\" | \"outlinedWhite\" | \"danger\" | \"warning\" | \"white\" | \"text\" | \"textSecondary\" | ... 4 more ..." }, "size": { "defaultValue": "medium", "description": "Controls the size of the button. Default: ``medium``", "name": "size", "required": false, "type": "\"small\" | \"medium\" | \"large\"" }, "iconSrc": { "defaultValue": null, "description": "If present, display an icon in the button label.", "name": "iconSrc", "required": false, "type": "ReactNode" }, "iconPosition": { "defaultValue": "left", "description": "Determines icon position to the left or right of the label text. Default: ``left``", "name": "iconPosition", "required": false, "type": "\"left\" | \"right\"" }, "onClick": { "defaultValue": null, "description": "Called when a click is performed. The HTML event will be sent to this function", "name": "onClick", "required": false, "type": "((event: MouseEvent<HTMLButtonElement, MouseEvent>) => void)" }, "form": { "defaultValue": null, "description": "", "name": "form", "required": false, "type": "string" }, "formAction": { "defaultValue": null, "description": "", "name": "formAction", "required": false, "type": "string" }, "formEncType": { "defaultValue": null, "description": "", "name": "formEncType", "required": false, "type": "string" }, "formMethod": { "defaultValue": null, "description": "", "name": "formMethod", "required": false, "type": "string" }, "formNoValidate": { "defaultValue": null, "description": "", "name": "formNoValidate", "required": false, "type": "boolean" }, "formTarget": { "defaultValue": null, "description": "", "name": "formTarget", "required": false, "type": "string" }, "name": { "defaultValue": null, "description": "", "name": "name", "required": false, "type": "string" }, "type": { "defaultValue": null, "description": "", "name": "type", "required": false, "type": "\"submit\" | \"reset\" | \"button\"" }, "value": { "defaultValue": null, "description": "", "name": "value", "required": false, "type": "string | number | readonly string[]" }, "defaultChecked": { "defaultValue": null, "description": "", "name": "defaultChecked", "required": false, "type": "boolean" }, "defaultValue": { "defaultValue": null, "description": "", "name": "defaultValue", "required": false, "type": "string | number | readonly string[]" }, "suppressContentEditableWarning": { "defaultValue": null, "description": "", "name": "suppressContentEditableWarning", "required": false, "type": "boolean" }, "suppressHydrationWarning": { "defaultValue": null, "description": "", "name": "suppressHydrationWarning", "required": false, "type": "boolean" }, "accessKey": { "defaultValue": null, "description": "", "name": "accessKey", "required": false, "type": "string" }, "autoFocus": { "defaultValue": null, "description": "", "name": "autoFocus", "required": false, "type": "boolean" }, "className": { "defaultValue": null, "description": "", "name": "className", "required": false, "type": "string" }, "contentEditable": { "defaultValue": null, "description": "", "name": "contentEditable", "required": false, "type": "Booleanish | \"inherit\" | \"plaintext-only\"" }, "contextMenu": { "defaultValue": null, "description": "", "name": "contextMenu", "required": false, "type": "string" }, "dir": { "defaultValue": null, "description": "", "name": "dir", "required": false, "type": "string" }, "draggable": { "defaultValue": null, "description": "", "name": "draggable", "required": false, "type": "Booleanish" }, "hidden": { "defaultValue": null, "description": "", "name": "hidden", "required": false, "type": "boolean" }, "id": { "defaultValue": null, "description": "", "name": "id", "required": false, "type": "string" }, "lang": { "defaultValue": null, "description": "", "name": "lang", "required": false, "type": "string" }, "nonce": { "defaultValue": null, "description": "", "name": "nonce", "required": false, "type": "string" }, "slot": { "defaultValue": null, "description": "", "name": "slot", "required": false, "type": "string" }, "spellCheck": { "defaultValue": null, "description": "", "name": "spellCheck", "required": false, "type": "Booleanish" }, "style": { "defaultValue": null, "description": "", "name": "style", "required": false, "type": "CSSProperties" }, "tabIndex": { "defaultValue": null, "description": "", "name": "tabIndex", "required": false, "type": "number" }, "title": { "defaultValue": null, "description": "", "name": "title", "required": false, "type": "string" }, "translate": { "defaultValue": null, "description": "", "name": "translate", "required": false, "type": "\"yes\" | \"no\"" }, "radioGroup": { "defaultValue": null, "description": "", "name": "radioGroup", "required": false, "type": "string" }, "role": { "defaultValue": null, "description": "", "name": "role", "required": false, "type": "AriaRole" }, "about": { "defaultValue": null, "description": "", "name": "about", "required": false, "type": "string" }, "content": { "defaultValue": null, "description": "", "name": "content", "required": false, "type": "string" }, "datatype": { "defaultValue": null, "description": "", "name": "datatype", "required": false, "type": "string" }, "inlist": { "defaultValue": null, "description": "", "name": "inlist", "required": false, "type": "any" }, "prefix": { "defaultValue": null, "description": "", "name": "prefix", "required": false, "type": "string" }, "property": { "defaultValue": null, "description": "", "name": "property", "required": false, "type": "string" }, "rel": { "defaultValue": null, "description": "", "name": "rel", "required": false, "type": "string" }, "resource": { "defaultValue": null, "description": "", "name": "resource", "required": false, "type": "string" }, "rev": { "defaultValue": null, "description": "", "name": "rev", "required": false, "type": "string" }, "typeof": { "defaultValue": null, "description": "", "name": "typeof", "required": false, "type": "string" }, "vocab": { "defaultValue": null, "description": "", "name": "vocab", "required": false, "type": "string" }, "autoCapitalize": { "defaultValue": null, "description": "", "name": "autoCapitalize", "required": false, "type": "string" }, "autoCorrect": { "defaultValue": null, "description": "", "name": "autoCorrect", "required": false, "type": "string" }, "autoSave": { "defaultValue": null, "description": "", "name": "autoSave", "required": false, "type": "string" }, "color": { "defaultValue": null, "description": "", "name": "color", "required": false, "type": "string" }, "itemProp": { "defaultValue": null, "description": "", "name": "itemProp", "required": false, "type": "string" }, "itemScope": { "defaultValue": null, "description": "", "name": "itemScope", "required": false, "type": "boolean" }, "itemType": { "defaultValue": null, "description": "", "name": "itemType", "required": false, "type": "string" }, "itemID": { "defaultValue": null, "description": "", "name": "itemID", "required": false, "type": "string" }, "itemRef": { "defaultValue": null, "description": "", "name": "itemRef", "required": false, "type": "string" }, "results": { "defaultValue": null, "description": "", "name": "results", "required": false, "type": "number" }, "security": { "defaultValue": null, "description": "", "name": "security", "required": false, "type": "string" }, "unselectable": { "defaultValue": null, "description": "", "name": "unselectable", "required": false, "type": "\"on\" | \"off\"" }, "inputMode": { "defaultValue": null, "description": "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see {@link https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute}", "name": "inputMode", "required": false, "type": "\"text\" | \"none\" | \"search\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\"" }, "is": { "defaultValue": null, "description": "Specify that a standard HTML element should behave like a defined custom built-in element\n@see {@link https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is}", "name": "is", "required": false, "type": "string" }, "aria-activedescendant": { "defaultValue": null, "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.", "name": "aria-activedescendant", "required": false, "type": "string" }, "aria-atomic": { "defaultValue": null, "description": "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.", "name": "aria-atomic", "required": false, "type": "Booleanish" }, "aria-autocomplete": { "defaultValue": null, "description": "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\npresented if they are made.", "name": "aria-autocomplete", "required": false, "type": "\"list\" | \"none\" | \"inline\" | \"both\"" }, "aria-braillelabel": { "defaultValue": null, "description": "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.", "name": "aria-braillelabel", "required": false, "type": "string" }, "aria-brailleroledescription": { "defaultValue": null, "description": "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.\n@see aria-roledescription.", "name": "aria-brailleroledescription", "required": false, "type": "string" }, "aria-busy": { "defaultValue": null, "description": "", "name": "aria-busy", "required": false, "type": "Booleanish" }, "aria-checked": { "defaultValue": null, "description": "Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.", "name": "aria-checked", "required": false, "type": "boolean | \"true\" | \"false\" | \"mixed\"" }, "aria-colcount": { "defaultValue": null, "description": "Defines the total number of columns in a table, grid, or treegrid.\n@see aria-colindex.", "name": "aria-colcount", "required": false, "type": "number" }, "aria-colindex": { "defaultValue": null, "description": "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.\n@see aria-colcount\n@see aria-colspan.", "name": "aria-colindex", "required": false, "type": "number" }, "aria-colindextext": { "defaultValue": null, "description": "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.", "name": "aria-colindextext", "required": false, "type": "string" }, "aria-colspan": { "defaultValue": null, "description": "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-colindex\n@see aria-rowspan.", "name": "aria-colspan", "required": false, "type": "number" }, "aria-controls": { "defaultValue": null, "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.\n@see aria-owns.", "name": "aria-controls", "required": false, "type": "string" }, "aria-current": { "defaultValue": null, "description": "Indicates the element that represents the current item within a container or set of related elements.", "name": "aria-current", "required": false, "type": "boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\"" }, "aria-describedby": { "defaultValue": null, "description": "Identifies the element (or elements) that describes the object.\n@see aria-labelledby", "name": "aria-describedby", "required": false, "type": "string" }, "aria-description": { "defaultValue": null, "description": "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.", "name": "aria-description", "required": false, "type": "string" }, "aria-details": { "defaultValue": null, "description": "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.", "name": "aria-details", "required": false, "type": "string" }, "aria-disabled": { "defaultValue": null, "description": "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.\n@see aria-hidden\n@see aria-readonly.", "name": "aria-disabled", "required": false, "type": "Booleanish" }, "aria-dropeffect": { "defaultValue": null, "description": "Indicates what functions can be performed when a dragged object is released on the drop target.\n@deprecated in ARIA 1.1", "name": "aria-dropeffect", "required": false, "type": "\"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\"" }, "aria-errormessage": { "defaultValue": null, "description": "Identifies the element that provides an error message for the object.\n@see aria-invalid\n@see aria-describedby.", "name": "aria-errormessage", "required": false, "type": "string" }, "aria-expanded": { "defaultValue": null, "description": "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.", "name": "aria-expanded", "required": false, "type": "Booleanish" }, "aria-flowto": { "defaultValue": null, "description": "Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,\nallows assistive technology to override the general default of reading in document source order.", "name": "aria-flowto", "required": false, "type": "string" }, "aria-grabbed": { "defaultValue": null, "description": "Indicates an element's \"grabbed\" state in a drag-and-drop operation.\n@deprecated in ARIA 1.1", "name": "aria-grabbed", "required": false, "type": "Booleanish" }, "aria-haspopup": { "defaultValue": null, "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.", "name": "aria-haspopup", "required": false, "type": "boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\"" }, "aria-hidden": { "defaultValue": null, "description": "Indicates whether the element is exposed to an accessibility API.\n@see aria-disabled.", "name": "aria-hidden", "required": false, "type": "Booleanish" }, "aria-invalid": { "defaultValue": null, "description": "Indicates the entered value does not conform to the format expected by the application.\n@see aria-errormessage.", "name": "aria-invalid", "required": false, "type": "boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\"" }, "aria-keyshortcuts": { "defaultValue": null, "description": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.", "name": "aria-keyshortcuts", "required": false, "type": "string" }, "aria-label": { "defaultValue": null, "description": "Defines a string value that labels the current element.\n@see aria-labelledby.", "name": "aria-label", "required": false, "type": "string" }, "aria-labelledby": { "defaultValue": null, "description": "Identifies the element (or elements) that labels the current element.\n@see aria-describedby.", "name": "aria-labelledby", "required": false, "type": "string" }, "aria-level": { "defaultValue": null, "description": "Defines the hierarchical level of an element within a structure.", "name": "aria-level", "required": false, "type": "number" }, "aria-live": { "defaultValue": null, "description": "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.", "name": "aria-live", "required": false, "type": "\"off\" | \"assertive\" | \"polite\"" }, "aria-modal": { "defaultValue": null, "description": "Indicates whether an element is modal when displayed.", "name": "aria-modal", "required": false, "type": "Booleanish" }, "aria-multiline": { "defaultValue": null, "description": "Indicates whether a text box accepts multiple lines of input or only a single line.", "name": "aria-multiline", "required": false, "type": "Booleanish" }, "aria-multiselectable": { "defaultValue": null, "description": "Indicates that the user may select more than one item from the current selectable descendants.", "name": "aria-multiselectable", "required": false, "type": "Booleanish" }, "aria-orientation": { "defaultValue": null, "description": "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.", "name": "aria-orientation", "required": false, "type": "\"horizontal\" | \"vertical\"" }, "aria-owns": { "defaultValue": null, "description": "Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship\nbetween DOM elements where the DOM hierarchy cannot be used to represent the relationship.\n@see aria-controls.", "name": "aria-owns", "required": false, "type": "string" }, "aria-placeholder": { "defaultValue": null, "description": "Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.\nA hint could be a sample value or a brief description of the expected format.", "name": "aria-placeholder", "required": false, "type": "string" }, "aria-posinset": { "defaultValue": null, "description": "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.\n@see aria-setsize.", "name": "aria-posinset", "required": false, "type": "number" }, "aria-pressed": { "defaultValue": null, "description": "Indicates the current \"pressed\" state of toggle buttons.\n@see aria-checked\n@see aria-selected.", "name": "aria-pressed", "required": false, "type": "boolean | \"true\" | \"false\" | \"mixed\"" }, "aria-readonly": { "defaultValue": null, "description": "Indicates that the element is not editable, but is otherwise operable.\n@see aria-disabled.", "name": "aria-readonly", "required": false, "type": "Booleanish" }, "aria-relevant": { "defaultValue": null, "description": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.\n@see aria-atomic.", "name": "aria-relevant", "required": false, "type": "\"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\"" }, "aria-required": { "defaultValue": null, "description": "Indicates that user input is required on the element before a form may be submitted.", "name": "aria-required", "required": false, "type": "Booleanish" }, "aria-roledescription": { "defaultValue": null, "description": "Defines a human-readable, author-localized description for the role of an element.", "name": "aria-roledescription", "required": false, "type": "string" }, "aria-rowcount": { "defaultValue": null, "description": "Defines the total number of rows in a table, grid, or treegrid.\n@see aria-rowindex.", "name": "aria-rowcount", "required": false, "type": "number" }, "aria-rowindex": { "defaultValue": null, "description": "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.\n@see aria-rowcount\n@see aria-rowspan.", "name": "aria-rowindex", "required": false, "type": "number" }, "aria-rowindextext": { "defaultValue": null, "description": "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.", "name": "aria-rowindextext", "required": false, "type": "string" }, "aria-rowspan": { "defaultValue": null, "description": "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-rowindex\n@see aria-colspan.", "name": "aria-rowspan", "required": false, "type": "number" }, "aria-selected": { "defaultValue": null, "description": "Indicates the current \"selected\" state of various widgets.\n@see aria-checked\n@see aria-pressed.", "name": "aria-selected", "required": false, "type": "Booleanish" }, "aria-setsize": { "defaultValue": null, "description": "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.\n@see aria-posinset.", "name": "aria-setsize", "required": false, "type": "number" }, "aria-sort": { "defaultValue": null, "description": "Indicates if items in a table or grid are sorted in ascending or descending order.", "name": "aria-sort", "required": false, "type": "\"none\" | \"ascending\" | \"descending\" | \"other\"" }, "aria-valuemax": { "defaultValue": null, "description": "Defines the maximum allowed value for a range widget.", "name": "aria-valuemax", "required": false, "type": "number" }, "aria-valuemin": { "defaultValue": null, "description": "Defines the minimum allowed value for a range widget.", "name": "aria-valuemin", "required": false, "type": "number" }, "aria-valuenow": { "defaultValue": null, "description": "Defines the current value for a range widget.\n@see aria-valuetext.", "name": "aria-valuenow", "required": false, "type": "number" }, "aria-valuetext": { "defaultValue": null, "description": "Defines the human readable text alternative of aria-valuenow for a range widget.", "name": "aria-valuetext", "required": false, "type": "string" }, "dangerouslySetInnerHTML": { "defaultValue": null, "description": "", "name": "dangerouslySetInnerHTML", "required": false, "type": "{ __html: string | TrustedHTML; }" }, "onCopy": { "defaultValue": null, "description": "", "name": "onCopy", "required": false, "type": "ClipboardEventHandler<HTMLButtonElement>" }, "onCopyCapture": { "defaultValue": null, "description": "", "name": "onCopyCapture", "required": false, "type": "ClipboardEventHandler<HTMLButtonElement>" }, "onCut": { "defaultValue": null, "description": "", "name": "onCut", "required": false, "type": "ClipboardEventHandler<HTMLButtonElement>" }, "onCutCapture": { "defaultValue": null, "description": "", "name": "onCutCapture", "required": false, "type": "ClipboardEventHandler<HTMLButtonElement>" }, "onPaste": { "defaultValue": null, "description": "", "name": "onPaste", "required": false, "type": "ClipboardEventHandler<HTMLButtonElement>" }, "onPasteCapture": { "defaultValue": null, "description": "", "name": "onPasteCapture", "required": false, "type": "ClipboardEventHandler<HTMLButtonElement>" }, "onCompositionEnd": { "defaultValue": null, "description": "", "name": "onCompositionEnd", "required": false, "type": "CompositionEventHandler<HTMLButtonElement>" }, "onCompositionEndCapture": { "defaultValue": null, "description": "", "name": "onCompositionEndCapture", "required": false, "type": "CompositionEventHandler<HTMLButtonElement>" }, "onCompositionStart": { "defaultValue": null, "description": "", "name": "onCompositionStart", "required": false, "type": "CompositionEventHandler<HTMLButtonElement>" }, "onCompositionStartCapture": { "defaultValue": null, "description": "", "name": "onCompositionStartCapture", "required": false, "type": "CompositionEventHandler<HTMLButtonElement>" }, "onCompositionUpdate": { "defaultValue": null, "description": "", "name": "onCompositionUpdate", "required": false, "type": "CompositionEventHandler<HTMLButtonElement>" }, "onCompositionUpdateCapture": { "defaultValue": null, "description": "", "name": "onCompositionUpdateCapture", "required": false, "type": "CompositionEventHandler<HTMLButtonElement>" }, "onFocus": { "defaultValue": null, "description": "", "name": "onFocus", "required": false, "type": "FocusEventHandler<HTMLButtonElement>" }, "onFocusCapture": { "defaultValue": null, "description": "", "name": "onFocusCapture", "required": false, "type": "FocusEventHandler<HTMLButtonElement>" }, "onBlur": { "defaultValue": null, "description": "", "name": "onBlur", "required": false, "type": "FocusEventHandler<HTMLButtonElement>" }, "onBlurCapture": { "defaultValue": null, "description": "", "name": "onBlurCapture", "required": false, "type": "FocusEventHandler<HTMLButtonElement>" }, "onChange": { "defaultValue": null, "description": "", "name": "onChange", "required": false, "type": "FormEventHandler<HTMLButtonElement>" }, "onChangeCapture": { "defaultValue": null, "description": "", "name": "onChangeCapture", "required": false, "type": "FormEventHandler<HTMLButtonElement>" }, "onBeforeInput": { "defaultValue": null, "description": "", "name": "onBeforeInput", "required": false, "type": "FormEventHandler<HTMLButtonElement>" }, "onBeforeInputCapture": { "defaultValue": null, "description": "", "name": "onBeforeInputCapture", "required": false, "type": "FormEventHandler<HTMLButtonElement>" }, "onInput": { "defaultValue": null, "description": "", "name": "onInput", "required": false, "type": "FormEventHandler<HTMLButtonElement>" }, "onInputCapture": { "defaultValue": null, "description": "", "name": "onInputCapture", "required": false, "type": "FormEventHandler<HTMLButtonElement>" }, "onReset": { "defaultValue": null, "description": "", "name": "onReset", "required": false, "type": "FormEventHandler<HTMLButtonElement>" }, "onResetCapture": { "defaultValue": null, "description": "", "name": "onResetCapture", "required": false, "type": "FormEventHandler<HTMLButtonElement>" }, "onSubmit": { "defaultValue": null, "description": "", "name": "onSubmit", "required": false, "type": "FormEventHandler<HTMLButtonElement>" }, "onSubmitCapture": { "defaultValue": null, "description": "", "name": "onSubmitCapture", "required": false, "type": "FormEventHandler<HTMLButtonElement>" }, "onInvalid": { "defaultValue": null, "description": "", "name": "onInvalid", "required": false, "type": "FormEventHandler<HTMLButtonElement>" }, "onInvalidCapture": { "defaultValue": null, "description": "", "name": "onInvalidCapture", "required": false, "type": "FormEventHandler<HTMLButtonElement>" }, "onLoad": { "defaultValue": null, "description": "", "name": "onLoad", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onLoadCapture": { "defaultValue": null, "description": "", "name": "onLoadCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onError": { "defaultValue": null, "description": "", "name": "onError", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onErrorCapture": { "defaultValue": null, "description": "", "name": "onErrorCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onKeyDown": { "defaultValue": null, "description": "", "name": "onKeyDown", "required": false, "type": "KeyboardEventHandler<HTMLButtonElement>" }, "onKeyDownCapture": { "defaultValue": null, "description": "", "name": "onKeyDownCapture", "required": false, "type": "KeyboardEventHandler<HTMLButtonElement>" }, "onKeyPress": { "defaultValue": null, "description": "@deprecated", "name": "onKeyPress", "required": false, "type": "KeyboardEventHandler<HTMLButtonElement>" }, "onKeyPressCapture": { "defaultValue": null, "description": "@deprecated", "name": "onKeyPressCapture", "required": false, "type": "KeyboardEventHandler<HTMLButtonElement>" }, "onKeyUp": { "defaultValue": null, "description": "", "name": "onKeyUp", "required": false, "type": "KeyboardEventHandler<HTMLButtonElement>" }, "onKeyUpCapture": { "defaultValue": null, "description": "", "name": "onKeyUpCapture", "required": false, "type": "KeyboardEventHandler<HTMLButtonElement>" }, "onAbort": { "defaultValue": null, "description": "", "name": "onAbort", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onAbortCapture": { "defaultValue": null, "description": "", "name": "onAbortCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onCanPlay": { "defaultValue": null, "description": "", "name": "onCanPlay", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onCanPlayCapture": { "defaultValue": null, "description": "", "name": "onCanPlayCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onCanPlayThrough": { "defaultValue": null, "description": "", "name": "onCanPlayThrough", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onCanPlayThroughCapture": { "defaultValue": null, "description": "", "name": "onCanPlayThroughCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onDurationChange": { "defaultValue": null, "description": "", "name": "onDurationChange", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onDurationChangeCapture": { "defaultValue": null, "description": "", "name": "onDurationChangeCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onEmptied": { "defaultValue": null, "description": "", "name": "onEmptied", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onEmptiedCapture": { "defaultValue": null, "description": "", "name": "onEmptiedCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onEncrypted": { "defaultValue": null, "description": "", "name": "onEncrypted", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onEncryptedCapture": { "defaultValue": null, "description": "", "name": "onEncryptedCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onEnded": { "defaultValue": null, "description": "", "name": "onEnded", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onEndedCapture": { "defaultValue": null, "description": "", "name": "onEndedCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onLoadedData": { "defaultValue": null, "description": "", "name": "onLoadedData", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onLoadedDataCapture": { "defaultValue": null, "description": "", "name": "onLoadedDataCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onLoadedMetadata": { "defaultValue": null, "description": "", "name": "onLoadedMetadata", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onLoadedMetadataCapture": { "defaultValue": null, "description": "", "name": "onLoadedMetadataCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onLoadStart": { "defaultValue": null, "description": "", "name": "onLoadStart", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onLoadStartCapture": { "defaultValue": null, "description": "", "name": "onLoadStartCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onPause": { "defaultValue": null, "description": "", "name": "onPause", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onPauseCapture": { "defaultValue": null, "description": "", "name": "onPauseCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onPlay": { "defaultValue": null, "description": "", "name": "onPlay", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onPlayCapture": { "defaultValue": null, "description": "", "name": "onPlayCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onPlaying": { "defaultValue": null, "description": "", "name": "onPlaying", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onPlayingCapture": { "defaultValue": null, "description": "", "name": "onPlayingCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onProgress": { "defaultValue": null, "description": "", "name": "onProgress", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onProgressCapture": { "defaultValue": null, "description": "", "name": "onProgressCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onRateChange": { "defaultValue": null, "description": "", "name": "onRateChange", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onRateChangeCapture": { "defaultValue": null, "description": "", "name": "onRateChangeCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onResize": { "defaultValue": null, "description": "", "name": "onResize", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onResizeCapture": { "defaultValue": null, "description": "", "name": "onResizeCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onSeeked": { "defaultValue": null, "description": "", "name": "onSeeked", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onSeekedCapture": { "defaultValue": null, "description": "", "name": "onSeekedCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onSeeking": { "defaultValue": null, "description": "", "name": "onSeeking", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onSeekingCapture": { "defaultValue": null, "description": "", "name": "onSeekingCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onStalled": { "defaultValue": null, "description": "", "name": "onStalled", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onStalledCapture": { "defaultValue": null, "description": "", "name": "onStalledCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onSuspend": { "defaultValue": null, "description": "", "name": "onSuspend", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onSuspendCapture": { "defaultValue": null, "description": "", "name": "onSuspendCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onTimeUpdate": { "defaultValue": null, "description": "", "name": "onTimeUpdate", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onTimeUpdateCapture": { "defaultValue": null, "description": "", "name": "onTimeUpdateCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onVolumeChange": { "defaultValue": null, "description": "", "name": "onVolumeChange", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onVolumeChangeCapture": { "defaultValue": null, "description": "", "name": "onVolumeChangeCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onWaiting": { "defaultValue": null, "description": "", "name": "onWaiting", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onWaitingCapture": { "defaultValue": null, "description": "", "name": "onWaitingCapture", "required": false, "type": "ReactEventHandler<HTMLButtonElement>" }, "onAuxClick": { "defaultValue": null, "description": "", "name": "onAuxClick", "required": false, "type": "MouseEventHandler<HTMLButtonElement>" }, "onAuxClickCapture": { "defaultValue": null, "description": "", "name": "onAuxClickCapture", "required": false, "type": "MouseEventHandler<HTMLButtonElement>" }, "onClickCapture": { "defaultValue": null, "description": "", "name": "onClickCapture", "required": false, "type": "MouseEventHandler<HTMLButtonElement>" }, "onContextMenu": { "defaultValue": null, "description": "", "name": "onContextMenu", "required": false, "type": "MouseEventHandler<HTMLBut