Interface: DVEClassicCanvasProps
Defaults/Foundation/Classic/DVEClassicCanvas.DVEClassicCanvasProps
Hierarchy
-
R3FCanvasProps↳
DVEClassicCanvasProps
Properties
about
• Optional about: string
Inherited from
R3FCanvasProps.about
Defined in
node_modules/@types/react/index.d.ts:2861
accessKey
• Optional accessKey: string
Inherited from
R3FCanvasProps.accessKey
Defined in
node_modules/@types/react/index.d.ts:2836
aria-activedescendant
• Optional aria-activedescendant: string
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
R3FCanvasProps.aria-activedescendant
Defined in
node_modules/@types/react/index.d.ts:2534
aria-atomic
• Optional 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.
Inherited from
R3FCanvasProps.aria-atomic
Defined in
node_modules/@types/react/index.d.ts:2536
aria-autocomplete
• Optional 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.
Inherited from
R3FCanvasProps.aria-autocomplete
Defined in
node_modules/@types/react/index.d.ts:2541
aria-braillelabel
• Optional aria-braillelabel: string
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
R3FCanvasProps.aria-braillelabel
Defined in
node_modules/@types/react/index.d.ts:2547
aria-brailleroledescription
• Optional 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.
Inherited from
R3FCanvasProps.aria-brailleroledescription
Defined in
node_modules/@types/react/index.d.ts:2552
aria-busy
• Optional aria-busy: Booleanish
Inherited from
R3FCanvasProps.aria-busy
Defined in
node_modules/@types/react/index.d.ts:2553
aria-checked
• Optional aria-checked: boolean | "true" | "false" | "mixed"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
R3FCanvasProps.aria-checked
Defined in
node_modules/@types/react/index.d.ts:2558
aria-colcount
• Optional aria-colcount: number
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
R3FCanvasProps.aria-colcount
Defined in
node_modules/@types/react/index.d.ts:2563
aria-colindex
• Optional 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.
Inherited from
R3FCanvasProps.aria-colindex
Defined in
node_modules/@types/react/index.d.ts:2568
aria-colindextext
• Optional aria-colindextext: string
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
R3FCanvasProps.aria-colindextext
Defined in
node_modules/@types/react/index.d.ts:2573
aria-colspan
• Optional 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.
Inherited from
R3FCanvasProps.aria-colspan
Defined in
node_modules/@types/react/index.d.ts:2578
aria-controls
• Optional aria-controls: string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
R3FCanvasProps.aria-controls
Defined in
node_modules/@types/react/index.d.ts:2583
aria-current
• Optional aria-current: boolean | "page" | "true" | "false" | "step" | "location" | "date" | "time"
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
R3FCanvasProps.aria-current
Defined in
node_modules/@types/react/index.d.ts:2585
aria-describedby
• Optional aria-describedby: string
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
R3FCanvasProps.aria-describedby
Defined in
node_modules/@types/react/index.d.ts:2590
aria-description
• Optional aria-description: string
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
R3FCanvasProps.aria-description
Defined in
node_modules/@types/react/index.d.ts:2595
aria-details
• Optional aria-details: string
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
R3FCanvasProps.aria-details
Defined in
node_modules/@types/react/index.d.ts:2600
aria-disabled
• Optional aria-disabled: Booleanish
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
R3FCanvasProps.aria-disabled
Defined in
node_modules/@types/react/index.d.ts:2605
aria-dropeffect
• Optional aria-dropeffect: "copy" | "link" | "none" | "execute" | "move" | "popup"
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
R3FCanvasProps.aria-dropeffect
Defined in
node_modules/@types/react/index.d.ts:2610
aria-errormessage
• Optional aria-errormessage: string
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
R3FCanvasProps.aria-errormessage
Defined in
node_modules/@types/react/index.d.ts:2615
aria-expanded
• Optional aria-expanded: Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
R3FCanvasProps.aria-expanded
Defined in
node_modules/@types/react/index.d.ts:2617
aria-flowto
• Optional 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.
Inherited from
R3FCanvasProps.aria-flowto
Defined in
node_modules/@types/react/index.d.ts:2622
aria-grabbed
• Optional aria-grabbed: Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
R3FCanvasProps.aria-grabbed
Defined in
node_modules/@types/react/index.d.ts:2627
aria-haspopup
• Optional 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.
Inherited from
R3FCanvasProps.aria-haspopup
Defined in
node_modules/@types/react/index.d.ts:2629
aria-hidden
• Optional aria-hidden: Booleanish
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
R3FCanvasProps.aria-hidden
Defined in
node_modules/@types/react/index.d.ts:2634
aria-invalid
• Optional aria-invalid: boolean | "true" | "false" | "grammar" | "spelling"
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
R3FCanvasProps.aria-invalid
Defined in
node_modules/@types/react/index.d.ts:2639
aria-keyshortcuts
• Optional aria-keyshortcuts: string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
R3FCanvasProps.aria-keyshortcuts
Defined in
node_modules/@types/react/index.d.ts:2641
aria-label
• Optional aria-label: string
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
R3FCanvasProps.aria-label
Defined in
node_modules/@types/react/index.d.ts:2646
aria-labelledby
• Optional aria-labelledby: string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
R3FCanvasProps.aria-labelledby
Defined in
node_modules/@types/react/index.d.ts:2651
aria-level
• Optional aria-level: number
Defines the hierarchical level of an element within a structure.
Inherited from
R3FCanvasProps.aria-level
Defined in
node_modules/@types/react/index.d.ts:2653
aria-live
• Optional 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.
Inherited from
R3FCanvasProps.aria-live
Defined in
node_modules/@types/react/index.d.ts:2655
aria-modal
• Optional aria-modal: Booleanish
Indicates whether an element is modal when displayed.
Inherited from
R3FCanvasProps.aria-modal
Defined in
node_modules/@types/react/index.d.ts:2657
aria-multiline
• Optional aria-multiline: Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
R3FCanvasProps.aria-multiline
Defined in
node_modules/@types/react/index.d.ts:2659
aria-multiselectable
• Optional aria-multiselectable: Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
R3FCanvasProps.aria-multiselectable
Defined in
node_modules/@types/react/index.d.ts:2661
aria-orientation
• Optional aria-orientation: "horizontal" | "vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
R3FCanvasProps.aria-orientation
Defined in
node_modules/@types/react/index.d.ts:2663
aria-owns
• Optional 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.
Inherited from
R3FCanvasProps.aria-owns
Defined in
node_modules/@types/react/index.d.ts:2669
aria-placeholder
• Optional 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.
Inherited from
R3FCanvasProps.aria-placeholder
Defined in
node_modules/@types/react/index.d.ts:2674
aria-posinset
• Optional 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.
Inherited from
R3FCanvasProps.aria-posinset
Defined in
node_modules/@types/react/index.d.ts:2679
aria-pressed
• Optional aria-pressed: boolean | "true" | "false" | "mixed"
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
R3FCanvasProps.aria-pressed
Defined in
node_modules/@types/react/index.d.ts:2684
aria-readonly
• Optional aria-readonly: Booleanish
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
R3FCanvasProps.aria-readonly
Defined in
node_modules/@types/react/index.d.ts:2689
aria-relevant
• Optional aria-relevant: "text" | "additions" | "additions removals" | "additions text" | "all" | "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.
Inherited from
R3FCanvasProps.aria-relevant
Defined in
node_modules/@types/react/index.d.ts:2694
aria-required
• Optional aria-required: Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
R3FCanvasProps.aria-required
Defined in
node_modules/@types/react/index.d.ts:2707
aria-roledescription
• Optional aria-roledescription: string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
R3FCanvasProps.aria-roledescription
Defined in
node_modules/@types/react/index.d.ts:2709
aria-rowcount
• Optional aria-rowcount: number
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
R3FCanvasProps.aria-rowcount
Defined in
node_modules/@types/react/index.d.ts:2714
aria-rowindex
• Optional 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.
Inherited from
R3FCanvasProps.aria-rowindex
Defined in
node_modules/@types/react/index.d.ts:2719
aria-rowindextext
• Optional aria-rowindextext: string
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
R3FCanvasProps.aria-rowindextext
Defined in
node_modules/@types/react/index.d.ts:2724
aria-rowspan
• Optional 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.
Inherited from
R3FCanvasProps.aria-rowspan
Defined in
node_modules/@types/react/index.d.ts:2729
aria-selected
• Optional aria-selected: Booleanish
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
R3FCanvasProps.aria-selected
Defined in
node_modules/@types/react/index.d.ts:2734
aria-setsize
• Optional 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.
Inherited from
R3FCanvasProps.aria-setsize
Defined in
node_modules/@types/react/index.d.ts:2739
aria-sort
• Optional aria-sort: "none" | "ascending" | "descending" | "other"
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
R3FCanvasProps.aria-sort
Defined in
node_modules/@types/react/index.d.ts:2741
aria-valuemax
• Optional aria-valuemax: number
Defines the maximum allowed value for a range widget.
Inherited from
R3FCanvasProps.aria-valuemax
Defined in
node_modules/@types/react/index.d.ts:2743
aria-valuemin
• Optional aria-valuemin: number
Defines the minimum allowed value for a range widget.
Inherited from
R3FCanvasProps.aria-valuemin
Defined in
node_modules/@types/react/index.d.ts:2745
aria-valuenow
• Optional aria-valuenow: number
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
R3FCanvasProps.aria-valuenow
Defined in
node_modules/@types/react/index.d.ts:2750
aria-valuetext
• Optional aria-valuetext: string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
R3FCanvasProps.aria-valuetext
Defined in
node_modules/@types/react/index.d.ts:2752
autoCapitalize
• Optional autoCapitalize: string
Inherited from
R3FCanvasProps.autoCapitalize
Defined in
node_modules/@types/react/index.d.ts:2874
autoCorrect
• Optional autoCorrect: string
Inherited from
R3FCanvasProps.autoCorrect
Defined in
node_modules/@types/react/index.d.ts:2875
autoFocus
• Optional autoFocus: boolean
Inherited from
R3FCanvasProps.autoFocus
Defined in
node_modules/@types/react/index.d.ts:2837
autoSave
• Optional autoSave: string
Inherited from
R3FCanvasProps.autoSave
Defined in
node_modules/@types/react/index.d.ts:2876
camera
• Optional camera: (Camera | Partial<Omit<ExtendedColors<Overwrite<Partial<Camera>, NodeProps<Camera, typeof Camera>>>, NonFunctionKeys<...>> & { ...; } & EventHandlers & Omit<...> & Omit<...>>) & { ...; }
A THREE.Camera instance or props that go into the default camera
Inherited from
R3FCanvasProps.camera
Defined in
node_modules/@react-three/fiber/dist/declarations/src/core/index.d.ts:56
children
• children: ReactNode
Inherited from
R3FCanvasProps.children
Defined in
node_modules/@react-three/fiber/dist/declarations/src/web/Canvas.d.ts:5
className
• Optional className: string
Inherited from
R3FCanvasProps.className
Defined in
node_modules/@types/react/index.d.ts:2838
color
• Optional color: string
Inherited from
R3FCanvasProps.color
Defined in
node_modules/@types/react/index.d.ts:2877
constructorWorkers
• constructorWorkers: Worker[]
Defined in
divinevoxel/react-three/src/Defaults/Foundation/Classic/DVEClassicCanvas.tsx:21
content
• Optional content: string
Inherited from
R3FCanvasProps.content
Defined in
node_modules/@types/react/index.d.ts:2862
contentEditable
• Optional contentEditable: Booleanish | "inherit" | "plaintext-only"
Inherited from
R3FCanvasProps.contentEditable
Defined in
node_modules/@types/react/index.d.ts:2839
contextMenu
• Optional contextMenu: string
Inherited from
R3FCanvasProps.contextMenu
Defined in
node_modules/@types/react/index.d.ts:2840
dangerouslySetInnerHTML
• Optional dangerouslySetInnerHTML: Object
Type declaration
| Name | Type |
|---|---|
__html | string | TrustedHTML |
Inherited from
R3FCanvasProps.dangerouslySetInnerHTML
Defined in
node_modules/@types/react/index.d.ts:2319
dataWorker
• Optional dataWorker: Worker
Defined in
divinevoxel/react-three/src/Defaults/Foundation/Classic/DVEClassicCanvas.tsx:23
datatype
• Optional datatype: string
Inherited from
R3FCanvasProps.datatype
Defined in
node_modules/@types/react/index.d.ts:2863
defaultChecked
• Optional defaultChecked: boolean
Inherited from
R3FCanvasProps.defaultChecked
Defined in
node_modules/@types/react/index.d.ts:2830
defaultValue
• Optional defaultValue: string | number | readonly string[]
Inherited from
R3FCanvasProps.defaultValue
Defined in
node_modules/@types/react/index.d.ts:2831
dir
• Optional dir: string
Inherited from
R3FCanvasProps.dir
Defined in
node_modules/@types/react/index.d.ts:2841
dpr
• Optional dpr: Dpr
Target pixel ratio. Can clamp between a range: [min, max]
Inherited from
R3FCanvasProps.dpr
Defined in
node_modules/@react-three/fiber/dist/declarations/src/core/index.d.ts:50
draggable
• Optional draggable: Booleanish
Inherited from
R3FCanvasProps.draggable
Defined in
node_modules/@types/react/index.d.ts:2842
engineSettings
• Optional engineSettings: RecursivePartial<EngineSettingsData>
Defined in
divinevoxel/react-three/src/Defaults/Foundation/Classic/DVEClassicCanvas.tsx:24
eventPrefix
• Optional eventPrefix: "offset" | "client" | "page" | "layer" | "screen"
The event prefix that is cast into canvas pointer x/y events, default: "offset"
Inherited from
R3FCanvasProps.eventPrefix
Defined in
node_modules/@react-three/fiber/dist/declarations/src/web/Canvas.d.ts:16
eventSource
• Optional eventSource: HTMLElement | MutableRefObject<HTMLElement>
The target where events are being subscribed to, default: the div that wraps canvas
Inherited from
R3FCanvasProps.eventSource
Defined in
node_modules/@react-three/fiber/dist/declarations/src/web/Canvas.d.ts:14
events
• Optional events: (store: UseBoundStore<RootState>) => EventManager<HTMLElement>
An R3F event manager to manage elements' pointer events
Type declaration
▸ (store): EventManager<HTMLElement>
Parameters
| Name | Type |
|---|---|
store | UseBoundStore<RootState> |
Returns
EventManager<HTMLElement>
Inherited from
R3FCanvasProps.events
Defined in
node_modules/@react-three/fiber/dist/declarations/src/core/index.d.ts:61
fallback
• Optional fallback: ReactNode
Canvas fallback content, similar to img's alt prop
Inherited from
R3FCanvasProps.fallback
Defined in
node_modules/@react-three/fiber/dist/declarations/src/web/Canvas.d.ts:7
flat
• Optional flat: boolean
Use THREE.NoToneMapping instead of THREE.ACESFilmicToneMapping
Inherited from
R3FCanvasProps.flat
Defined in
node_modules/@react-three/fiber/dist/declarations/src/core/index.d.ts:36
frameloop
• Optional frameloop: "always" | "demand" | "never"
R3F's render mode. Set to demand to only render on state change or never to take control.
See
https://docs.pmnd.rs/react-three-fiber/advanced/scaling-performance#on-demand-rendering
Inherited from
R3FCanvasProps.frameloop
Defined in
node_modules/@react-three/fiber/dist/declarations/src/core/index.d.ts:43
gl
• Optional gl: GLProps
A threejs renderer instance or props that go into the default renderer
Inherited from
R3FCanvasProps.gl
Defined in
node_modules/@react-three/fiber/dist/declarations/src/core/index.d.ts:19
hidden
• Optional hidden: boolean
Inherited from
R3FCanvasProps.hidden
Defined in
node_modules/@types/react/index.d.ts:2843
id
• Optional id: string
Inherited from
R3FCanvasProps.id
Defined in
node_modules/@types/react/index.d.ts:2844
inlist
• Optional inlist: any
Inherited from
R3FCanvasProps.inlist
Defined in
node_modules/@types/react/index.d.ts:2864
inputMode
• Optional inputMode: "none" | "search" | "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
Inherited from
R3FCanvasProps.inputMode
Defined in
node_modules/@types/react/index.d.ts:2892
is
• Optional 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
Inherited from
R3FCanvasProps.is
Defined in
node_modules/@types/react/index.d.ts:2897
itemID
• Optional itemID: string
Inherited from
R3FCanvasProps.itemID
Defined in
node_modules/@types/react/index.d.ts:2881
itemProp
• Optional itemProp: string
Inherited from
R3FCanvasProps.itemProp
Defined in
node_modules/@types/react/index.d.ts:2878
itemRef
• Optional itemRef: string
Inherited from
R3FCanvasProps.itemRef
Defined in
node_modules/@types/react/index.d.ts:2882
itemScope
• Optional itemScope: boolean
Inherited from
R3FCanvasProps.itemScope
Defined in
node_modules/@types/react/index.d.ts:2879
itemType
• Optional itemType: string
Inherited from
R3FCanvasProps.itemType
Defined in
node_modules/@types/react/index.d.ts:2880
key
• Optional key: null | Key
Inherited from
R3FCanvasProps.key
Defined in
node_modules/@types/react/index.d.ts:252
lang
• Optional lang: string
Inherited from
R3FCanvasProps.lang
Defined in
node_modules/@types/react/index.d.ts:2845
legacy
• Optional legacy: boolean
Disables three r139 color management.
See
https://threejs.org/docs/#manual/en/introduction/Color-management
Inherited from
R3FCanvasProps.legacy
Defined in
node_modules/@react-three/fiber/dist/declarations/src/core/index.d.ts:32
linear
• Optional linear: boolean
Switch off automatic sRGB color space and gamma correction
Inherited from
R3FCanvasProps.linear
Defined in
node_modules/@react-three/fiber/dist/declarations/src/core/index.d.ts:34
nexusWorker
• Optional nexusWorker: Worker
Defined in
divinevoxel/react-three/src/Defaults/Foundation/Classic/DVEClassicCanvas.tsx:22
nonce
• Optional nonce: string
Inherited from
R3FCanvasProps.nonce
Defined in
node_modules/@types/react/index.d.ts:2846
onAbort
• Optional onAbort: ReactEventHandler<HTMLDivElement>
Inherited from
R3FCanvasProps.onAbort
Defined in
node_modules/@types/react/index.d.ts:2378
onAbortCapture
• Optional onAbortCapture: ReactEventHandler<HTMLDivElement>
Inherited from
R3FCanvasProps.onAbortCapture
Defined in
node_modules/@types/react/index.d.ts:2379
onAnimationEnd
• Optional onAnimationEnd: AnimationEventHandler<HTMLDivElement>
Inherited from
R3FCanvasProps.onAnimationEnd
Defined in
node_modules/@types/react/index.d.ts:2510
onAnimationEndCapture
• Optional onAnimationEndCapture: AnimationEventHandler<HTMLDivElement>
Inherited from
R3FCanvasProps.onAnimationEndCapture
Defined in
node_modules/@types/react/index.d.ts:2511
onAnimationIteration
• Optional onAnimationIteration: AnimationEventHandler<HTMLDivElement>
Inherited from
R3FCanvasProps.onAnimationIteration
Defined in
node_modules/@types/react/index.d.ts:2512
onAnimationIterationCapture
• Optional onAnimationIterationCapture: AnimationEventHandler<HTMLDivElement>
Inherited from
R3FCanvasProps.onAnimationIterationCapture
Defined in
node_modules/@types/react/index.d.ts:2513
onAnimationStart
• Optional onAnimationStart: AnimationEventHandler<HTMLDivElement>
Inherited from
R3FCanvasProps.onAnimationStart
Defined in
node_modules/@types/react/index.d.ts:2508
onAnimationStartCapture
• Optional onAnimationStartCapture: AnimationEventHandler<HTMLDivElement>
Inherited from
R3FCanvasProps.onAnimationStartCapture
Defined in
node_modules/@types/react/index.d.ts:2509
onAuxClick
• Optional onAuxClick: MouseEventHandler<HTMLDivElement>
Inherited from
R3FCanvasProps.onAuxClick
Defined in
node_modules/@types/react/index.d.ts:2426
onAuxClickCapture
• Optional onAuxClickCapture: MouseEventHandler<HTMLDivElement>
Inherited from
R3FCanvasProps.onAuxClickCapture
Defined in
node_modules/@types/react/index.d.ts:2427
onBeforeInput
• Optional onBeforeInput: FormEventHandler<HTMLDivElement>
Inherited from
R3FCanvasProps.onBeforeInput
Defined in
node_modules/@types/react/index.d.ts:2350