PrebuiltLyricPlayerProps
Defined in: packages/react-full/src/components/PrebuiltLyricPlayer/index.tsx:505
Extends
Section titled “Extends”HTMLProps<HTMLDivElement>
Properties
Section titled “Properties”| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
about? | string | - | HTMLProps.about | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2820 |
accept? | string | - | PrebuiltLyricPlayerProps.accept | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2884 |
acceptCharset? | string | - | PrebuiltLyricPlayerProps.acceptCharset | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2885 |
accessKey? | string | - | HTMLProps.accessKey | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2793 |
action? | string | ((formData) => void | Promise<void>) | - | HTMLProps.action | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2886 |
allowFullScreen? | boolean | - | PrebuiltLyricPlayerProps.allowFullScreen | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2893 |
allowTransparency? | boolean | - | PrebuiltLyricPlayerProps.allowTransparency | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2894 |
alt? | string | - | PrebuiltLyricPlayerProps.alt | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2895 |
aria-activedescendant? | string | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. | HTMLProps.aria-activedescendant | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2491 |
aria-atomic? | Booleanish | 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. | HTMLProps.aria-atomic | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2493 |
aria-autocomplete? | "list" | "none" | "inline" | "both" | 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. | HTMLProps.aria-autocomplete | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2498 |
aria-braillelabel? | string | Defines a string value that labels the current element, which is intended to be converted into Braille. See aria-label. | HTMLProps.aria-braillelabel | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2504 |
aria-brailleroledescription? | string | Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille. See aria-roledescription. | HTMLProps.aria-brailleroledescription | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2509 |
aria-busy? | Booleanish | - | HTMLProps.aria-busy | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2510 |
aria-checked? | boolean | "true" | "false" | "mixed" | Indicates the current “checked” state of checkboxes, radio buttons, and other widgets. See - aria-pressed - aria-selected. | HTMLProps.aria-checked | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2515 |
aria-colcount? | number | Defines the total number of columns in a table, grid, or treegrid. See aria-colindex. | HTMLProps.aria-colcount | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2520 |
aria-colindex? | number | 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. | HTMLProps.aria-colindex | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2525 |
aria-colindextext? | string | Defines a human readable text alternative of aria-colindex. See aria-rowindextext. | HTMLProps.aria-colindextext | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2530 |
aria-colspan? | number | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. See - aria-colindex - aria-rowspan. | HTMLProps.aria-colspan | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2535 |
aria-controls? | string | Identifies the element (or elements) whose contents or presence are controlled by the current element. See aria-owns. | HTMLProps.aria-controls | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2540 |
aria-current? | boolean | "step" | "true" | "false" | "page" | "location" | "date" | "time" | Indicates the element that represents the current item within a container or set of related elements. | HTMLProps.aria-current | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2542 |
aria-describedby? | string | Identifies the element (or elements) that describes the object. See aria-labelledby | HTMLProps.aria-describedby | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2547 |
aria-description? | string | Defines a string value that describes or annotates the current element. See related aria-describedby. | HTMLProps.aria-description | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2552 |
aria-details? | string | Identifies the element that provides a detailed, extended description for the object. See aria-describedby. | HTMLProps.aria-details | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2557 |
aria-disabled? | Booleanish | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. See - aria-hidden - aria-readonly. | HTMLProps.aria-disabled | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2562 |
aria-dropeffect? | "link" | "none" | "copy" | "execute" | "move" | "popup" | Indicates what functions can be performed when a dragged object is released on the drop target. Deprecated in ARIA 1.1 | HTMLProps.aria-dropeffect | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2567 |
aria-errormessage? | string | Identifies the element that provides an error message for the object. See - aria-invalid - aria-describedby. | HTMLProps.aria-errormessage | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2572 |
aria-expanded? | Booleanish | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. | HTMLProps.aria-expanded | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2574 |
aria-flowto? | string | 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. | HTMLProps.aria-flowto | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2579 |
aria-grabbed? | Booleanish | Indicates an element’s “grabbed” state in a drag-and-drop operation. Deprecated in ARIA 1.1 | HTMLProps.aria-grabbed | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2584 |
aria-haspopup? | | boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. | HTMLProps.aria-haspopup | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2586 |
aria-hidden? | Booleanish | Indicates whether the element is exposed to an accessibility API. See aria-disabled. | HTMLProps.aria-hidden | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2591 |
aria-invalid? | boolean | "true" | "false" | "grammar" | "spelling" | Indicates the entered value does not conform to the format expected by the application. See aria-errormessage. | HTMLProps.aria-invalid | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2596 |
aria-keyshortcuts? | string | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. | HTMLProps.aria-keyshortcuts | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2598 |
aria-label? | string | Defines a string value that labels the current element. See aria-labelledby. | HTMLProps.aria-label | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2603 |
aria-labelledby? | string | Identifies the element (or elements) that labels the current element. See aria-describedby. | HTMLProps.aria-labelledby | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2608 |
aria-level? | number | Defines the hierarchical level of an element within a structure. | HTMLProps.aria-level | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2610 |
aria-live? | "off" | "assertive" | "polite" | 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. | HTMLProps.aria-live | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2612 |
aria-modal? | Booleanish | Indicates whether an element is modal when displayed. | HTMLProps.aria-modal | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2614 |
aria-multiline? | Booleanish | Indicates whether a text box accepts multiple lines of input or only a single line. | HTMLProps.aria-multiline | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2616 |
aria-multiselectable? | Booleanish | Indicates that the user may select more than one item from the current selectable descendants. | HTMLProps.aria-multiselectable | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2618 |
aria-orientation? | "horizontal" | "vertical" | Indicates whether the element’s orientation is horizontal, vertical, or unknown/ambiguous. | HTMLProps.aria-orientation | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2620 |
aria-owns? | string | 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. | HTMLProps.aria-owns | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2626 |
aria-placeholder? | string | 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. | HTMLProps.aria-placeholder | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2631 |
aria-posinset? | number | 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. | HTMLProps.aria-posinset | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2636 |
aria-pressed? | boolean | "true" | "false" | "mixed" | Indicates the current “pressed” state of toggle buttons. See - aria-checked - aria-selected. | HTMLProps.aria-pressed | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2641 |
aria-readonly? | Booleanish | Indicates that the element is not editable, but is otherwise operable. See aria-disabled. | HTMLProps.aria-readonly | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2646 |
aria-relevant? | | "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. See aria-atomic. | HTMLProps.aria-relevant | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2651 |
aria-required? | Booleanish | Indicates that user input is required on the element before a form may be submitted. | HTMLProps.aria-required | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2664 |
aria-roledescription? | string | Defines a human-readable, author-localized description for the role of an element. | HTMLProps.aria-roledescription | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2666 |
aria-rowcount? | number | Defines the total number of rows in a table, grid, or treegrid. See aria-rowindex. | HTMLProps.aria-rowcount | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2671 |
aria-rowindex? | number | 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. | HTMLProps.aria-rowindex | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2676 |
aria-rowindextext? | string | Defines a human readable text alternative of aria-rowindex. See aria-colindextext. | HTMLProps.aria-rowindextext | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2681 |
aria-rowspan? | number | Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. See - aria-rowindex - aria-colspan. | HTMLProps.aria-rowspan | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2686 |
aria-selected? | Booleanish | Indicates the current “selected” state of various widgets. See - aria-checked - aria-pressed. | HTMLProps.aria-selected | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2691 |
aria-setsize? | number | 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. | HTMLProps.aria-setsize | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2696 |
aria-sort? | "none" | "ascending" | "descending" | "other" | Indicates if items in a table or grid are sorted in ascending or descending order. | HTMLProps.aria-sort | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2698 |
aria-valuemax? | number | Defines the maximum allowed value for a range widget. | HTMLProps.aria-valuemax | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2700 |
aria-valuemin? | number | Defines the minimum allowed value for a range widget. | HTMLProps.aria-valuemin | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2702 |
aria-valuenow? | number | Defines the current value for a range widget. See aria-valuetext. | HTMLProps.aria-valuenow | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2707 |
aria-valuetext? | string | Defines the human readable text alternative of aria-valuenow for a range widget. | HTMLProps.aria-valuetext | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2709 |
as? | string | - | PrebuiltLyricPlayerProps.as | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2896 |
async? | boolean | - | PrebuiltLyricPlayerProps.async | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2897 |
autoCapitalize? | | "off" | "none" | "on" | "sentences" | "words" | "characters" | string & object | - | HTMLProps.autoCapitalize | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2794 |
autoComplete? | string | - | PrebuiltLyricPlayerProps.autoComplete | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2898 |
autoCorrect? | string | - | HTMLProps.autoCorrect | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2833 |
autoFocus? | boolean | - | HTMLProps.autoFocus | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2795 |
autoPlay? | boolean | - | PrebuiltLyricPlayerProps.autoPlay | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2899 |
autoSave? | string | - | HTMLProps.autoSave | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2834 |
bottomLineSlot? | ReactNode | - | - | packages/react-full/src/components/PrebuiltLyricPlayer/index.tsx:506 |
capture? | boolean | "user" | "environment" | - | PrebuiltLyricPlayerProps.capture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2900 |
cellPadding? | string | number | - | PrebuiltLyricPlayerProps.cellPadding | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2901 |
cellSpacing? | string | number | - | PrebuiltLyricPlayerProps.cellSpacing | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2902 |
challenge? | string | - | PrebuiltLyricPlayerProps.challenge | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2904 |
charSet? | string | - | PrebuiltLyricPlayerProps.charSet | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2903 |
checked? | boolean | - | PrebuiltLyricPlayerProps.checked | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2905 |
children? | ReactNode | - | HTMLProps.children | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2267 |
cite? | string | - | PrebuiltLyricPlayerProps.cite | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2906 |
classID? | string | - | PrebuiltLyricPlayerProps.classID | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2907 |
className? | string | - | HTMLProps.className | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2796 |
color? | string | - | HTMLProps.color | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2835 |
cols? | number | - | PrebuiltLyricPlayerProps.cols | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2908 |
colSpan? | number | - | PrebuiltLyricPlayerProps.colSpan | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2909 |
content? | string | - | HTMLProps.content | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2821 |
contentEditable? | Booleanish | "inherit" | "plaintext-only" | - | HTMLProps.contentEditable | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2797 |
contextMenu? | string | - | HTMLProps.contextMenu | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2798 |
controls? | boolean | - | PrebuiltLyricPlayerProps.controls | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2910 |
coords? | string | - | PrebuiltLyricPlayerProps.coords | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2911 |
crossOrigin? | CrossOrigin | - | PrebuiltLyricPlayerProps.crossOrigin | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2912 |
dangerouslySetInnerHTML? | object | - | HTMLProps.dangerouslySetInnerHTML | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2268 |
dangerouslySetInnerHTML.__html | string | TrustedHTML | - | - | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2271 |
data? | string | - | PrebuiltLyricPlayerProps.data | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2913 |
datatype? | string | - | HTMLProps.datatype | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2822 |
dateTime? | string | - | PrebuiltLyricPlayerProps.dateTime | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2914 |
default? | boolean | - | PrebuiltLyricPlayerProps.default | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2915 |
defaultChecked? | boolean | - | HTMLProps.defaultChecked | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2787 |
defaultValue? | string | number | readonly string[] | - | HTMLProps.defaultValue | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2788 |
defer? | boolean | - | PrebuiltLyricPlayerProps.defer | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2916 |
dir? | string | - | HTMLProps.dir | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2799 |
disabled? | boolean | - | PrebuiltLyricPlayerProps.disabled | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2917 |
download? | any | - | PrebuiltLyricPlayerProps.download | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2918 |
draggable? | Booleanish | - | HTMLProps.draggable | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2800 |
encType? | string | - | PrebuiltLyricPlayerProps.encType | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2919 |
enterKeyHint? | "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | - | HTMLProps.enterKeyHint | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2801 |
exportparts? | string | See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts | HTMLProps.exportparts | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2868 |
form? | string | - | PrebuiltLyricPlayerProps.form | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2920 |
formAction? | string | ((formData) => void | Promise<void>) | - | HTMLProps.formAction | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2921 |
formEncType? | string | - | PrebuiltLyricPlayerProps.formEncType | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2928 |
formMethod? | string | - | PrebuiltLyricPlayerProps.formMethod | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2929 |
formNoValidate? | boolean | - | PrebuiltLyricPlayerProps.formNoValidate | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2930 |
formTarget? | string | - | PrebuiltLyricPlayerProps.formTarget | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2931 |
frameBorder? | string | number | - | PrebuiltLyricPlayerProps.frameBorder | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2932 |
headers? | string | - | PrebuiltLyricPlayerProps.headers | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2933 |
height? | string | number | - | HTMLProps.height | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2934 |
hidden? | boolean | - | HTMLProps.hidden | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2802 |
high? | number | - | PrebuiltLyricPlayerProps.high | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2935 |
href? | string | - | PrebuiltLyricPlayerProps.href | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2936 |
hrefLang? | string | - | PrebuiltLyricPlayerProps.hrefLang | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2937 |
htmlFor? | string | - | PrebuiltLyricPlayerProps.htmlFor | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2938 |
httpEquiv? | string | - | PrebuiltLyricPlayerProps.httpEquiv | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2939 |
id? | string | - | HTMLProps.id | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2803 |
inert? | boolean | See https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert | HTMLProps.inert | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2854 |
inlist? | any | - | HTMLProps.inlist | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2823 |
inputMode? | | "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | Hints at the type of data that might be entered by the user while editing the element or its contents See https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute | HTMLProps.inputMode | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2859 |
integrity? | string | - | PrebuiltLyricPlayerProps.integrity | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2940 |
is? | string | Specify that a standard HTML element should behave like a defined custom built-in element See https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is | HTMLProps.is | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2864 |
itemID? | string | - | HTMLProps.itemID | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2839 |
itemProp? | string | - | HTMLProps.itemProp | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2836 |
itemRef? | string | - | HTMLProps.itemRef | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2840 |
itemScope? | boolean | - | HTMLProps.itemScope | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2837 |
itemType? | string | - | HTMLProps.itemType | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2838 |
key? | Key | null | - | HTMLProps.key | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:259 |
keyParams? | string | - | PrebuiltLyricPlayerProps.keyParams | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2941 |
keyType? | string | - | PrebuiltLyricPlayerProps.keyType | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2942 |
kind? | string | - | PrebuiltLyricPlayerProps.kind | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2943 |
label? | string | - | PrebuiltLyricPlayerProps.label | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2944 |
lang? | string | - | HTMLProps.lang | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2804 |
list? | string | - | PrebuiltLyricPlayerProps.list | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2945 |
loop? | boolean | - | PrebuiltLyricPlayerProps.loop | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2946 |
low? | number | - | PrebuiltLyricPlayerProps.low | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2947 |
manifest? | string | - | PrebuiltLyricPlayerProps.manifest | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2948 |
marginHeight? | number | - | PrebuiltLyricPlayerProps.marginHeight | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2949 |
marginWidth? | number | - | PrebuiltLyricPlayerProps.marginWidth | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2950 |
max? | string | number | - | PrebuiltLyricPlayerProps.max | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2951 |
maxLength? | number | - | PrebuiltLyricPlayerProps.maxLength | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2952 |
media? | string | - | PrebuiltLyricPlayerProps.media | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2953 |
mediaGroup? | string | - | PrebuiltLyricPlayerProps.mediaGroup | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2954 |
method? | string | - | PrebuiltLyricPlayerProps.method | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2955 |
min? | string | number | - | PrebuiltLyricPlayerProps.min | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2956 |
minLength? | number | - | PrebuiltLyricPlayerProps.minLength | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2957 |
multiple? | boolean | - | PrebuiltLyricPlayerProps.multiple | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2958 |
muted? | boolean | - | PrebuiltLyricPlayerProps.muted | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2959 |
name? | string | - | PrebuiltLyricPlayerProps.name | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2960 |
nonce? | string | - | HTMLProps.nonce | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2805 |
noValidate? | boolean | - | PrebuiltLyricPlayerProps.noValidate | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2961 |
onAbort? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onAbort | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2327 |
onAbortCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onAbortCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2328 |
onAnimationEnd? | AnimationEventHandler<HTMLDivElement> | - | HTMLProps.onAnimationEnd | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2457 |
onAnimationEndCapture? | AnimationEventHandler<HTMLDivElement> | - | HTMLProps.onAnimationEndCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2458 |
onAnimationIteration? | AnimationEventHandler<HTMLDivElement> | - | HTMLProps.onAnimationIteration | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2459 |
onAnimationIterationCapture? | AnimationEventHandler<HTMLDivElement> | - | HTMLProps.onAnimationIterationCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2460 |
onAnimationStart? | AnimationEventHandler<HTMLDivElement> | - | HTMLProps.onAnimationStart | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2455 |
onAnimationStartCapture? | AnimationEventHandler<HTMLDivElement> | - | HTMLProps.onAnimationStartCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2456 |
onAuxClick? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onAuxClick | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2373 |
onAuxClickCapture? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onAuxClickCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2374 |
onBeforeInput? | InputEventHandler<HTMLDivElement> | - | HTMLProps.onBeforeInput | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2299 |
onBeforeInputCapture? | InputEventHandler<HTMLDivElement> | - | HTMLProps.onBeforeInputCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2300 |
onBeforeToggle? | ToggleEventHandler<HTMLDivElement> | - | HTMLProps.onBeforeToggle | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2464 |
onBlur? | FocusEventHandler<HTMLDivElement> | - | HTMLProps.onBlur | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2293 |
onBlurCapture? | FocusEventHandler<HTMLDivElement> | - | HTMLProps.onBlurCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2294 |
onCanPlay? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onCanPlay | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2329 |
onCanPlayCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onCanPlayCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2330 |
onCanPlayThrough? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onCanPlayThrough | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2331 |
onCanPlayThroughCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onCanPlayThroughCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2332 |
onChange? | ChangeEventHandler<HTMLDivElement, Element> | - | HTMLProps.onChange | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2297 |
onChangeCapture? | ChangeEventHandler<HTMLDivElement, Element> | - | HTMLProps.onChangeCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2298 |
onClick? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onClick | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2375 |
onClickCapture? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onClickCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2376 |
onCompositionEnd? | CompositionEventHandler<HTMLDivElement> | - | HTMLProps.onCompositionEnd | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2283 |
onCompositionEndCapture? | CompositionEventHandler<HTMLDivElement> | - | HTMLProps.onCompositionEndCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2284 |
onCompositionStart? | CompositionEventHandler<HTMLDivElement> | - | HTMLProps.onCompositionStart | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2285 |
onCompositionStartCapture? | CompositionEventHandler<HTMLDivElement> | - | HTMLProps.onCompositionStartCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2286 |
onCompositionUpdate? | CompositionEventHandler<HTMLDivElement> | - | HTMLProps.onCompositionUpdate | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2287 |
onCompositionUpdateCapture? | CompositionEventHandler<HTMLDivElement> | - | HTMLProps.onCompositionUpdateCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2288 |
onContextMenu? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onContextMenu | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2377 |
onContextMenuCapture? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onContextMenuCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2378 |
onCopy? | ClipboardEventHandler<HTMLDivElement> | - | HTMLProps.onCopy | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2275 |
onCopyCapture? | ClipboardEventHandler<HTMLDivElement> | - | HTMLProps.onCopyCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2276 |
onCut? | ClipboardEventHandler<HTMLDivElement> | - | HTMLProps.onCut | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2277 |
onCutCapture? | ClipboardEventHandler<HTMLDivElement> | - | HTMLProps.onCutCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2278 |
onDoubleClick? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onDoubleClick | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2379 |
onDoubleClickCapture? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onDoubleClickCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2380 |
onDrag? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDrag | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2381 |
onDragCapture? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDragCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2382 |
onDragEnd? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDragEnd | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2383 |
onDragEndCapture? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDragEndCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2384 |
onDragEnter? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDragEnter | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2385 |
onDragEnterCapture? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDragEnterCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2386 |
onDragExit? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDragExit | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2387 |
onDragExitCapture? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDragExitCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2388 |
onDragLeave? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDragLeave | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2389 |
onDragLeaveCapture? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDragLeaveCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2390 |
onDragOver? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDragOver | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2391 |
onDragOverCapture? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDragOverCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2392 |
onDragStart? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDragStart | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2393 |
onDragStartCapture? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDragStartCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2394 |
onDrop? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDrop | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2395 |
onDropCapture? | DragEventHandler<HTMLDivElement> | - | HTMLProps.onDropCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2396 |
onDurationChange? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onDurationChange | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2333 |
onDurationChangeCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onDurationChangeCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2334 |
onEmptied? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onEmptied | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2335 |
onEmptiedCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onEmptiedCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2336 |
onEncrypted? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onEncrypted | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2337 |
onEncryptedCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onEncryptedCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2338 |
onEnded? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onEnded | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2339 |
onEndedCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onEndedCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2340 |
onError? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onError | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2313 |
onErrorCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onErrorCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2314 |
onFocus? | FocusEventHandler<HTMLDivElement> | - | HTMLProps.onFocus | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2291 |
onFocusCapture? | FocusEventHandler<HTMLDivElement> | - | HTMLProps.onFocusCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2292 |
onGotPointerCapture? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onGotPointerCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2439 |
onGotPointerCaptureCapture? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onGotPointerCaptureCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2440 |
onInput? | InputEventHandler<HTMLDivElement> | - | HTMLProps.onInput | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2301 |
onInputCapture? | InputEventHandler<HTMLDivElement> | - | HTMLProps.onInputCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2302 |
onInvalid? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onInvalid | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2307 |
onInvalidCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onInvalidCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2308 |
onKeyDown? | KeyboardEventHandler<HTMLDivElement> | - | HTMLProps.onKeyDown | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2317 |
onKeyDownCapture? | KeyboardEventHandler<HTMLDivElement> | - | HTMLProps.onKeyDownCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2318 |
onKeyPress? | KeyboardEventHandler<HTMLDivElement> | Deprecated Use onKeyUp or onKeyDown instead | HTMLProps.onKeyPress | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2320 |
onKeyPressCapture? | KeyboardEventHandler<HTMLDivElement> | Deprecated Use onKeyUpCapture or onKeyDownCapture instead | HTMLProps.onKeyPressCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2322 |
onKeyUp? | KeyboardEventHandler<HTMLDivElement> | - | HTMLProps.onKeyUp | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2323 |
onKeyUpCapture? | KeyboardEventHandler<HTMLDivElement> | - | HTMLProps.onKeyUpCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2324 |
onLoad? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onLoad | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2311 |
onLoadCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onLoadCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2312 |
onLoadedData? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onLoadedData | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2341 |
onLoadedDataCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onLoadedDataCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2342 |
onLoadedMetadata? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onLoadedMetadata | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2343 |
onLoadedMetadataCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onLoadedMetadataCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2344 |
onLoadStart? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onLoadStart | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2345 |
onLoadStartCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onLoadStartCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2346 |
onLostPointerCapture? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onLostPointerCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2441 |
onLostPointerCaptureCapture? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onLostPointerCaptureCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2442 |
onMouseDown? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onMouseDown | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2397 |
onMouseDownCapture? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onMouseDownCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2398 |
onMouseEnter? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onMouseEnter | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2399 |
onMouseLeave? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onMouseLeave | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2400 |
onMouseMove? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onMouseMove | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2401 |
onMouseMoveCapture? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onMouseMoveCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2402 |
onMouseOut? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onMouseOut | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2403 |
onMouseOutCapture? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onMouseOutCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2404 |
onMouseOver? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onMouseOver | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2405 |
onMouseOverCapture? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onMouseOverCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2406 |
onMouseUp? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onMouseUp | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2407 |
onMouseUpCapture? | MouseEventHandler<HTMLDivElement> | - | HTMLProps.onMouseUpCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2408 |
onPaste? | ClipboardEventHandler<HTMLDivElement> | - | HTMLProps.onPaste | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2279 |
onPasteCapture? | ClipboardEventHandler<HTMLDivElement> | - | HTMLProps.onPasteCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2280 |
onPause? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onPause | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2347 |
onPauseCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onPauseCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2348 |
onPlay? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onPlay | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2349 |
onPlayCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onPlayCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2350 |
onPlaying? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onPlaying | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2351 |
onPlayingCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onPlayingCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2352 |
onPointerCancel? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onPointerCancel | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2431 |
onPointerCancelCapture? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onPointerCancelCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2432 |
onPointerDown? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onPointerDown | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2425 |
onPointerDownCapture? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onPointerDownCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2426 |
onPointerEnter? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onPointerEnter | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2433 |
onPointerLeave? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onPointerLeave | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2434 |
onPointerMove? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onPointerMove | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2427 |
onPointerMoveCapture? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onPointerMoveCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2428 |
onPointerOut? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onPointerOut | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2437 |
onPointerOutCapture? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onPointerOutCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2438 |
onPointerOver? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onPointerOver | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2435 |
onPointerOverCapture? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onPointerOverCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2436 |
onPointerUp? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onPointerUp | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2429 |
onPointerUpCapture? | PointerEventHandler<HTMLDivElement> | - | HTMLProps.onPointerUpCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2430 |
onProgress? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onProgress | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2353 |
onProgressCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onProgressCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2354 |
onRateChange? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onRateChange | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2355 |
onRateChangeCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onRateChangeCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2356 |
onReset? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onReset | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2303 |
onResetCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onResetCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2304 |
onScroll? | UIEventHandler<HTMLDivElement> | - | HTMLProps.onScroll | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2445 |
onScrollCapture? | UIEventHandler<HTMLDivElement> | - | HTMLProps.onScrollCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2446 |
onScrollEnd? | UIEventHandler<HTMLDivElement> | - | HTMLProps.onScrollEnd | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2447 |
onScrollEndCapture? | UIEventHandler<HTMLDivElement> | - | HTMLProps.onScrollEndCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2448 |
onSeeked? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onSeeked | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2357 |
onSeekedCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onSeekedCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2358 |
onSeeking? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onSeeking | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2359 |
onSeekingCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onSeekingCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2360 |
onSelect? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onSelect | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2411 |
onSelectCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onSelectCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2412 |
onStalled? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onStalled | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2361 |
onStalledCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onStalledCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2362 |
onSubmit? | SubmitEventHandler<HTMLDivElement> | - | HTMLProps.onSubmit | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2305 |
onSubmitCapture? | SubmitEventHandler<HTMLDivElement> | - | HTMLProps.onSubmitCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2306 |
onSuspend? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onSuspend | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2363 |
onSuspendCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onSuspendCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2364 |
onTimeUpdate? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onTimeUpdate | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2365 |
onTimeUpdateCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onTimeUpdateCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2366 |
onToggle? | ToggleEventHandler<HTMLDivElement> | - | HTMLProps.onToggle | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2463 |
onTouchCancel? | TouchEventHandler<HTMLDivElement> | - | HTMLProps.onTouchCancel | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2415 |
onTouchCancelCapture? | TouchEventHandler<HTMLDivElement> | - | HTMLProps.onTouchCancelCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2416 |
onTouchEnd? | TouchEventHandler<HTMLDivElement> | - | HTMLProps.onTouchEnd | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2417 |
onTouchEndCapture? | TouchEventHandler<HTMLDivElement> | - | HTMLProps.onTouchEndCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2418 |
onTouchMove? | TouchEventHandler<HTMLDivElement> | - | HTMLProps.onTouchMove | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2419 |
onTouchMoveCapture? | TouchEventHandler<HTMLDivElement> | - | HTMLProps.onTouchMoveCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2420 |
onTouchStart? | TouchEventHandler<HTMLDivElement> | - | HTMLProps.onTouchStart | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2421 |
onTouchStartCapture? | TouchEventHandler<HTMLDivElement> | - | HTMLProps.onTouchStartCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2422 |
onTransitionCancel? | TransitionEventHandler<HTMLDivElement> | - | HTMLProps.onTransitionCancel | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2467 |
onTransitionCancelCapture? | TransitionEventHandler<HTMLDivElement> | - | HTMLProps.onTransitionCancelCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2468 |
onTransitionEnd? | TransitionEventHandler<HTMLDivElement> | - | HTMLProps.onTransitionEnd | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2469 |
onTransitionEndCapture? | TransitionEventHandler<HTMLDivElement> | - | HTMLProps.onTransitionEndCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2470 |
onTransitionRun? | TransitionEventHandler<HTMLDivElement> | - | HTMLProps.onTransitionRun | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2471 |
onTransitionRunCapture? | TransitionEventHandler<HTMLDivElement> | - | HTMLProps.onTransitionRunCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2472 |
onTransitionStart? | TransitionEventHandler<HTMLDivElement> | - | HTMLProps.onTransitionStart | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2473 |
onTransitionStartCapture? | TransitionEventHandler<HTMLDivElement> | - | HTMLProps.onTransitionStartCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2474 |
onVolumeChange? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onVolumeChange | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2367 |
onVolumeChangeCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onVolumeChangeCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2368 |
onWaiting? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onWaiting | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2369 |
onWaitingCapture? | ReactEventHandler<HTMLDivElement> | - | HTMLProps.onWaitingCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2370 |
onWheel? | WheelEventHandler<HTMLDivElement> | - | HTMLProps.onWheel | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2451 |
onWheelCapture? | WheelEventHandler<HTMLDivElement> | - | HTMLProps.onWheelCapture | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2452 |
open? | boolean | - | PrebuiltLyricPlayerProps.open | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2962 |
optimizeOptions? | OptimizeLyricOptions | - | - | packages/react-full/src/components/PrebuiltLyricPlayer/index.tsx:507 |
optimum? | number | - | PrebuiltLyricPlayerProps.optimum | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2963 |
part? | string | See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part | HTMLProps.part | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2872 |
pattern? | string | - | PrebuiltLyricPlayerProps.pattern | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2964 |
placeholder? | string | - | PrebuiltLyricPlayerProps.placeholder | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2965 |
playsInline? | boolean | - | PrebuiltLyricPlayerProps.playsInline | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2966 |
popover? | "" | "auto" | "manual" | "hint" | - | HTMLProps.popover | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2846 |
popoverTarget? | string | - | HTMLProps.popoverTarget | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2848 |
popoverTargetAction? | "toggle" | "show" | "hide" | - | HTMLProps.popoverTargetAction | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2847 |
poster? | string | - | PrebuiltLyricPlayerProps.poster | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2967 |
prefix? | string | - | HTMLProps.prefix | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2824 |
preload? | string | - | PrebuiltLyricPlayerProps.preload | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2968 |
property? | string | - | HTMLProps.property | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2825 |
radioGroup? | string | - | HTMLProps.radioGroup | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2814 |
readOnly? | boolean | - | PrebuiltLyricPlayerProps.readOnly | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2969 |
ref? | Ref<HTMLDivElement> | Allows getting a ref to the component instance. Once the component unmounts, React will set ref.current to null (or call the ref with null if you passed a callback ref). See React Docs | HTMLProps.ref | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:301 |
rel? | string | - | HTMLProps.rel | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2826 |
required? | boolean | - | PrebuiltLyricPlayerProps.required | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2970 |
resource? | string | - | HTMLProps.resource | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2827 |
results? | number | - | HTMLProps.results | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2841 |
rev? | string | - | HTMLProps.rev | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2828 |
reversed? | boolean | - | PrebuiltLyricPlayerProps.reversed | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2971 |
role? | AriaRole | - | HTMLProps.role | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2817 |
rows? | number | - | PrebuiltLyricPlayerProps.rows | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2972 |
rowSpan? | number | - | PrebuiltLyricPlayerProps.rowSpan | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2973 |
sandbox? | string | - | PrebuiltLyricPlayerProps.sandbox | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2974 |
scope? | string | - | PrebuiltLyricPlayerProps.scope | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2975 |
scoped? | boolean | - | PrebuiltLyricPlayerProps.scoped | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2976 |
scrolling? | string | - | PrebuiltLyricPlayerProps.scrolling | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2977 |
seamless? | boolean | - | PrebuiltLyricPlayerProps.seamless | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2978 |
security? | string | - | HTMLProps.security | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2842 |
selected? | boolean | - | PrebuiltLyricPlayerProps.selected | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2979 |
shape? | string | - | PrebuiltLyricPlayerProps.shape | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2980 |
size? | number | - | PrebuiltLyricPlayerProps.size | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2981 |
sizes? | string | - | PrebuiltLyricPlayerProps.sizes | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2982 |
slot? | string | - | HTMLProps.slot | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2806 |
span? | number | - | PrebuiltLyricPlayerProps.span | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2983 |
spellCheck? | Booleanish | - | HTMLProps.spellCheck | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2807 |
src? | string | - | PrebuiltLyricPlayerProps.src | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2984 |
srcDoc? | string | - | PrebuiltLyricPlayerProps.srcDoc | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2985 |
srcLang? | string | - | PrebuiltLyricPlayerProps.srcLang | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2986 |
srcSet? | string | - | PrebuiltLyricPlayerProps.srcSet | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2987 |
start? | number | - | PrebuiltLyricPlayerProps.start | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2988 |
step? | string | number | - | PrebuiltLyricPlayerProps.step | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2989 |
style? | CSSProperties | - | HTMLProps.style | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2808 |
summary? | string | - | PrebuiltLyricPlayerProps.summary | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2990 |
suppressContentEditableWarning? | boolean | - | HTMLProps.suppressContentEditableWarning | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2789 |
suppressHydrationWarning? | boolean | - | HTMLProps.suppressHydrationWarning | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2790 |
tabIndex? | number | - | HTMLProps.tabIndex | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2809 |
target? | string | - | PrebuiltLyricPlayerProps.target | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2991 |
title? | string | - | HTMLProps.title | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2810 |
translate? | "yes" | "no" | - | HTMLProps.translate | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2811 |
type? | string | - | PrebuiltLyricPlayerProps.type | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2992 |
typeof? | string | - | HTMLProps.typeof | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2829 |
unselectable? | "off" | "on" | - | HTMLProps.unselectable | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2843 |
useMap? | string | - | PrebuiltLyricPlayerProps.useMap | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2993 |
value? | string | number | readonly string[] | - | PrebuiltLyricPlayerProps.value | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2994 |
vocab? | string | - | HTMLProps.vocab | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2830 |
width? | string | number | - | HTMLProps.width | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2995 |
wmode? | string | - | PrebuiltLyricPlayerProps.wmode | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2996 |
wrap? | string | - | PrebuiltLyricPlayerProps.wrap | node_modules/.bun/@types+react@19.2.14/node_modules/@types/react/index.d.ts:2997 |