Skip to main content

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

NameType
__htmlstring | 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
NameType
storeUseBoundStore<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


onBeforeInputCapture

Optional onBeforeInputCapture: FormEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onBeforeInputCapture

Defined in

node_modules/@types/react/index.d.ts:2351


onBlur

Optional onBlur: FocusEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onBlur

Defined in

node_modules/@types/react/index.d.ts:2344


onBlurCapture

Optional onBlurCapture: FocusEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onBlurCapture

Defined in

node_modules/@types/react/index.d.ts:2345


onCanPlay

Optional onCanPlay: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onCanPlay

Defined in

node_modules/@types/react/index.d.ts:2380


onCanPlayCapture

Optional onCanPlayCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onCanPlayCapture

Defined in

node_modules/@types/react/index.d.ts:2381


onCanPlayThrough

Optional onCanPlayThrough: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onCanPlayThrough

Defined in

node_modules/@types/react/index.d.ts:2382


onCanPlayThroughCapture

Optional onCanPlayThroughCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onCanPlayThroughCapture

Defined in

node_modules/@types/react/index.d.ts:2383


onChange

Optional onChange: FormEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onChange

Defined in

node_modules/@types/react/index.d.ts:2348


onChangeCapture

Optional onChangeCapture: FormEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onChangeCapture

Defined in

node_modules/@types/react/index.d.ts:2349


onClick

Optional onClick: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onClick

Defined in

node_modules/@types/react/index.d.ts:2428


onClickCapture

Optional onClickCapture: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onClickCapture

Defined in

node_modules/@types/react/index.d.ts:2429


onCompositionEnd

Optional onCompositionEnd: CompositionEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onCompositionEnd

Defined in

node_modules/@types/react/index.d.ts:2334


onCompositionEndCapture

Optional onCompositionEndCapture: CompositionEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onCompositionEndCapture

Defined in

node_modules/@types/react/index.d.ts:2335


onCompositionStart

Optional onCompositionStart: CompositionEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onCompositionStart

Defined in

node_modules/@types/react/index.d.ts:2336


onCompositionStartCapture

Optional onCompositionStartCapture: CompositionEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onCompositionStartCapture

Defined in

node_modules/@types/react/index.d.ts:2337


onCompositionUpdate

Optional onCompositionUpdate: CompositionEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onCompositionUpdate

Defined in

node_modules/@types/react/index.d.ts:2338


onCompositionUpdateCapture

Optional onCompositionUpdateCapture: CompositionEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onCompositionUpdateCapture

Defined in

node_modules/@types/react/index.d.ts:2339


onContextMenu

Optional onContextMenu: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onContextMenu

Defined in

node_modules/@types/react/index.d.ts:2430


onContextMenuCapture

Optional onContextMenuCapture: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onContextMenuCapture

Defined in

node_modules/@types/react/index.d.ts:2431


onCopy

Optional onCopy: ClipboardEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onCopy

Defined in

node_modules/@types/react/index.d.ts:2326


onCopyCapture

Optional onCopyCapture: ClipboardEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onCopyCapture

Defined in

node_modules/@types/react/index.d.ts:2327


onCreated

Optional onCreated: (state: RootState) => void

Callback after the canvas has rendered (but not yet committed)

Type declaration

▸ (state): void

Parameters
NameType
stateRootState
Returns

void

Inherited from

R3FCanvasProps.onCreated

Defined in

node_modules/@react-three/fiber/dist/declarations/src/core/index.d.ts:63


onCut

Optional onCut: ClipboardEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onCut

Defined in

node_modules/@types/react/index.d.ts:2328


onCutCapture

Optional onCutCapture: ClipboardEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onCutCapture

Defined in

node_modules/@types/react/index.d.ts:2329


onDoubleClick

Optional onDoubleClick: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDoubleClick

Defined in

node_modules/@types/react/index.d.ts:2432


onDoubleClickCapture

Optional onDoubleClickCapture: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDoubleClickCapture

Defined in

node_modules/@types/react/index.d.ts:2433


onDrag

Optional onDrag: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDrag

Defined in

node_modules/@types/react/index.d.ts:2434


onDragCapture

Optional onDragCapture: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDragCapture

Defined in

node_modules/@types/react/index.d.ts:2435


onDragEnd

Optional onDragEnd: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDragEnd

Defined in

node_modules/@types/react/index.d.ts:2436


onDragEndCapture

Optional onDragEndCapture: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDragEndCapture

Defined in

node_modules/@types/react/index.d.ts:2437


onDragEnter

Optional onDragEnter: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDragEnter

Defined in

node_modules/@types/react/index.d.ts:2438


onDragEnterCapture

Optional onDragEnterCapture: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDragEnterCapture

Defined in

node_modules/@types/react/index.d.ts:2439


onDragExit

Optional onDragExit: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDragExit

Defined in

node_modules/@types/react/index.d.ts:2440


onDragExitCapture

Optional onDragExitCapture: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDragExitCapture

Defined in

node_modules/@types/react/index.d.ts:2441


onDragLeave

Optional onDragLeave: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDragLeave

Defined in

node_modules/@types/react/index.d.ts:2442


onDragLeaveCapture

Optional onDragLeaveCapture: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDragLeaveCapture

Defined in

node_modules/@types/react/index.d.ts:2443


onDragOver

Optional onDragOver: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDragOver

Defined in

node_modules/@types/react/index.d.ts:2444


onDragOverCapture

Optional onDragOverCapture: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDragOverCapture

Defined in

node_modules/@types/react/index.d.ts:2445


onDragStart

Optional onDragStart: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDragStart

Defined in

node_modules/@types/react/index.d.ts:2446


onDragStartCapture

Optional onDragStartCapture: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDragStartCapture

Defined in

node_modules/@types/react/index.d.ts:2447


onDrop

Optional onDrop: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDrop

Defined in

node_modules/@types/react/index.d.ts:2448


onDropCapture

Optional onDropCapture: DragEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDropCapture

Defined in

node_modules/@types/react/index.d.ts:2449


onDurationChange

Optional onDurationChange: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDurationChange

Defined in

node_modules/@types/react/index.d.ts:2384


onDurationChangeCapture

Optional onDurationChangeCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onDurationChangeCapture

Defined in

node_modules/@types/react/index.d.ts:2385


onEmptied

Optional onEmptied: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onEmptied

Defined in

node_modules/@types/react/index.d.ts:2386


onEmptiedCapture

Optional onEmptiedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onEmptiedCapture

Defined in

node_modules/@types/react/index.d.ts:2387


onEncrypted

Optional onEncrypted: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onEncrypted

Defined in

node_modules/@types/react/index.d.ts:2388


onEncryptedCapture

Optional onEncryptedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onEncryptedCapture

Defined in

node_modules/@types/react/index.d.ts:2389


onEnded

Optional onEnded: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onEnded

Defined in

node_modules/@types/react/index.d.ts:2390


onEndedCapture

Optional onEndedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onEndedCapture

Defined in

node_modules/@types/react/index.d.ts:2391


onError

Optional onError: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onError

Defined in

node_modules/@types/react/index.d.ts:2364


onErrorCapture

Optional onErrorCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onErrorCapture

Defined in

node_modules/@types/react/index.d.ts:2365


onFocus

Optional onFocus: FocusEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onFocus

Defined in

node_modules/@types/react/index.d.ts:2342


onFocusCapture

Optional onFocusCapture: FocusEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onFocusCapture

Defined in

node_modules/@types/react/index.d.ts:2343


onGotPointerCapture

Optional onGotPointerCapture: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onGotPointerCapture

Defined in

node_modules/@types/react/index.d.ts:2494


onGotPointerCaptureCapture

Optional onGotPointerCaptureCapture: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onGotPointerCaptureCapture

Defined in

node_modules/@types/react/index.d.ts:2495


onInput

Optional onInput: FormEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onInput

Defined in

node_modules/@types/react/index.d.ts:2352


onInputCapture

Optional onInputCapture: FormEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onInputCapture

Defined in

node_modules/@types/react/index.d.ts:2353


onInvalid

Optional onInvalid: FormEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onInvalid

Defined in

node_modules/@types/react/index.d.ts:2358


onInvalidCapture

Optional onInvalidCapture: FormEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onInvalidCapture

Defined in

node_modules/@types/react/index.d.ts:2359


onKeyDown

Optional onKeyDown: KeyboardEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onKeyDown

Defined in

node_modules/@types/react/index.d.ts:2368


onKeyDownCapture

Optional onKeyDownCapture: KeyboardEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onKeyDownCapture

Defined in

node_modules/@types/react/index.d.ts:2369


onKeyPress

Optional onKeyPress: KeyboardEventHandler<HTMLDivElement>

Deprecated

Inherited from

R3FCanvasProps.onKeyPress

Defined in

node_modules/@types/react/index.d.ts:2371


onKeyPressCapture

Optional onKeyPressCapture: KeyboardEventHandler<HTMLDivElement>

Deprecated

Inherited from

R3FCanvasProps.onKeyPressCapture

Defined in

node_modules/@types/react/index.d.ts:2373


onKeyUp

Optional onKeyUp: KeyboardEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onKeyUp

Defined in

node_modules/@types/react/index.d.ts:2374


onKeyUpCapture

Optional onKeyUpCapture: KeyboardEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onKeyUpCapture

Defined in

node_modules/@types/react/index.d.ts:2375


onLoad

Optional onLoad: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onLoad

Defined in

node_modules/@types/react/index.d.ts:2362


onLoadCapture

Optional onLoadCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onLoadCapture

Defined in

node_modules/@types/react/index.d.ts:2363


onLoadStart

Optional onLoadStart: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onLoadStart

Defined in

node_modules/@types/react/index.d.ts:2396


onLoadStartCapture

Optional onLoadStartCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onLoadStartCapture

Defined in

node_modules/@types/react/index.d.ts:2397


onLoadedData

Optional onLoadedData: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onLoadedData

Defined in

node_modules/@types/react/index.d.ts:2392


onLoadedDataCapture

Optional onLoadedDataCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onLoadedDataCapture

Defined in

node_modules/@types/react/index.d.ts:2393


onLoadedMetadata

Optional onLoadedMetadata: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onLoadedMetadata

Defined in

node_modules/@types/react/index.d.ts:2394


onLoadedMetadataCapture

Optional onLoadedMetadataCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onLoadedMetadataCapture

Defined in

node_modules/@types/react/index.d.ts:2395


onLostPointerCapture

Optional onLostPointerCapture: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onLostPointerCapture

Defined in

node_modules/@types/react/index.d.ts:2496


onLostPointerCaptureCapture

Optional onLostPointerCaptureCapture: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onLostPointerCaptureCapture

Defined in

node_modules/@types/react/index.d.ts:2497


onMouseDown

Optional onMouseDown: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onMouseDown

Defined in

node_modules/@types/react/index.d.ts:2450


onMouseDownCapture

Optional onMouseDownCapture: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onMouseDownCapture

Defined in

node_modules/@types/react/index.d.ts:2451


onMouseEnter

Optional onMouseEnter: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onMouseEnter

Defined in

node_modules/@types/react/index.d.ts:2452


onMouseLeave

Optional onMouseLeave: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onMouseLeave

Defined in

node_modules/@types/react/index.d.ts:2453


onMouseMove

Optional onMouseMove: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onMouseMove

Defined in

node_modules/@types/react/index.d.ts:2454


onMouseMoveCapture

Optional onMouseMoveCapture: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onMouseMoveCapture

Defined in

node_modules/@types/react/index.d.ts:2455


onMouseOut

Optional onMouseOut: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onMouseOut

Defined in

node_modules/@types/react/index.d.ts:2456


onMouseOutCapture

Optional onMouseOutCapture: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onMouseOutCapture

Defined in

node_modules/@types/react/index.d.ts:2457


onMouseOver

Optional onMouseOver: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onMouseOver

Defined in

node_modules/@types/react/index.d.ts:2458


onMouseOverCapture

Optional onMouseOverCapture: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onMouseOverCapture

Defined in

node_modules/@types/react/index.d.ts:2459


onMouseUp

Optional onMouseUp: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onMouseUp

Defined in

node_modules/@types/react/index.d.ts:2460


onMouseUpCapture

Optional onMouseUpCapture: MouseEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onMouseUpCapture

Defined in

node_modules/@types/react/index.d.ts:2461


onPaste

Optional onPaste: ClipboardEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPaste

Defined in

node_modules/@types/react/index.d.ts:2330


onPasteCapture

Optional onPasteCapture: ClipboardEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPasteCapture

Defined in

node_modules/@types/react/index.d.ts:2331


onPause

Optional onPause: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPause

Defined in

node_modules/@types/react/index.d.ts:2398


onPauseCapture

Optional onPauseCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPauseCapture

Defined in

node_modules/@types/react/index.d.ts:2399


onPlay

Optional onPlay: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPlay

Defined in

node_modules/@types/react/index.d.ts:2400


onPlayCapture

Optional onPlayCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPlayCapture

Defined in

node_modules/@types/react/index.d.ts:2401


onPlaying

Optional onPlaying: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPlaying

Defined in

node_modules/@types/react/index.d.ts:2402


onPlayingCapture

Optional onPlayingCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPlayingCapture

Defined in

node_modules/@types/react/index.d.ts:2403


onPointerCancel

Optional onPointerCancel: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerCancel

Defined in

node_modules/@types/react/index.d.ts:2484


onPointerCancelCapture

Optional onPointerCancelCapture: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerCancelCapture

Defined in

node_modules/@types/react/index.d.ts:2485


onPointerDown

Optional onPointerDown: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerDown

Defined in

node_modules/@types/react/index.d.ts:2478


onPointerDownCapture

Optional onPointerDownCapture: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerDownCapture

Defined in

node_modules/@types/react/index.d.ts:2479


onPointerEnter

Optional onPointerEnter: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerEnter

Defined in

node_modules/@types/react/index.d.ts:2486


onPointerEnterCapture

Optional onPointerEnterCapture: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerEnterCapture

Defined in

node_modules/@types/react/index.d.ts:2487


onPointerLeave

Optional onPointerLeave: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerLeave

Defined in

node_modules/@types/react/index.d.ts:2488


onPointerLeaveCapture

Optional onPointerLeaveCapture: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerLeaveCapture

Defined in

node_modules/@types/react/index.d.ts:2489


onPointerMissed

Optional onPointerMissed: (event: MouseEvent) => void

Response for pointer clicks that have missed any target

Type declaration

▸ (event): void

Parameters
NameType
eventMouseEvent
Returns

void

Inherited from

R3FCanvasProps.onPointerMissed

Defined in

node_modules/@react-three/fiber/dist/declarations/src/core/index.d.ts:65


onPointerMove

Optional onPointerMove: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerMove

Defined in

node_modules/@types/react/index.d.ts:2480


onPointerMoveCapture

Optional onPointerMoveCapture: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerMoveCapture

Defined in

node_modules/@types/react/index.d.ts:2481


onPointerOut

Optional onPointerOut: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerOut

Defined in

node_modules/@types/react/index.d.ts:2492


onPointerOutCapture

Optional onPointerOutCapture: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerOutCapture

Defined in

node_modules/@types/react/index.d.ts:2493


onPointerOver

Optional onPointerOver: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerOver

Defined in

node_modules/@types/react/index.d.ts:2490


onPointerOverCapture

Optional onPointerOverCapture: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerOverCapture

Defined in

node_modules/@types/react/index.d.ts:2491


onPointerUp

Optional onPointerUp: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerUp

Defined in

node_modules/@types/react/index.d.ts:2482


onPointerUpCapture

Optional onPointerUpCapture: PointerEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onPointerUpCapture

Defined in

node_modules/@types/react/index.d.ts:2483


onProgress

Optional onProgress: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onProgress

Defined in

node_modules/@types/react/index.d.ts:2404


onProgressCapture

Optional onProgressCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onProgressCapture

Defined in

node_modules/@types/react/index.d.ts:2405


onRateChange

Optional onRateChange: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onRateChange

Defined in

node_modules/@types/react/index.d.ts:2406


onRateChangeCapture

Optional onRateChangeCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onRateChangeCapture

Defined in

node_modules/@types/react/index.d.ts:2407


onReady

Optional onReady: (DVER: DivineVoxelEngineRender) => void

Type declaration

▸ (DVER): void

Parameters
NameType
DVERDivineVoxelEngineRender
Returns

void

Defined in

divinevoxel/react-three/src/Defaults/Foundation/Classic/DVEClassicCanvas.tsx:19


onReset

Optional onReset: FormEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onReset

Defined in

node_modules/@types/react/index.d.ts:2354


onResetCapture

Optional onResetCapture: FormEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onResetCapture

Defined in

node_modules/@types/react/index.d.ts:2355


onResize

Optional onResize: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onResize

Defined in

node_modules/@types/react/index.d.ts:2408


onResizeCapture

Optional onResizeCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onResizeCapture

Defined in

node_modules/@types/react/index.d.ts:2409


onScroll

Optional onScroll: UIEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onScroll

Defined in

node_modules/@types/react/index.d.ts:2500


onScrollCapture

Optional onScrollCapture: UIEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onScrollCapture

Defined in

node_modules/@types/react/index.d.ts:2501


onSeeked

Optional onSeeked: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onSeeked

Defined in

node_modules/@types/react/index.d.ts:2410


onSeekedCapture

Optional onSeekedCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onSeekedCapture

Defined in

node_modules/@types/react/index.d.ts:2411


onSeeking

Optional onSeeking: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onSeeking

Defined in

node_modules/@types/react/index.d.ts:2412


onSeekingCapture

Optional onSeekingCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onSeekingCapture

Defined in

node_modules/@types/react/index.d.ts:2413


onSelect

Optional onSelect: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onSelect

Defined in

node_modules/@types/react/index.d.ts:2464


onSelectCapture

Optional onSelectCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onSelectCapture

Defined in

node_modules/@types/react/index.d.ts:2465


onStalled

Optional onStalled: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onStalled

Defined in

node_modules/@types/react/index.d.ts:2414


onStalledCapture

Optional onStalledCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onStalledCapture

Defined in

node_modules/@types/react/index.d.ts:2415


onSubmit

Optional onSubmit: FormEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onSubmit

Defined in

node_modules/@types/react/index.d.ts:2356


onSubmitCapture

Optional onSubmitCapture: FormEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onSubmitCapture

Defined in

node_modules/@types/react/index.d.ts:2357


onSuspend

Optional onSuspend: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onSuspend

Defined in

node_modules/@types/react/index.d.ts:2416


onSuspendCapture

Optional onSuspendCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onSuspendCapture

Defined in

node_modules/@types/react/index.d.ts:2417


onTimeUpdate

Optional onTimeUpdate: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onTimeUpdate

Defined in

node_modules/@types/react/index.d.ts:2418


onTimeUpdateCapture

Optional onTimeUpdateCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onTimeUpdateCapture

Defined in

node_modules/@types/react/index.d.ts:2419


onTouchCancel

Optional onTouchCancel: TouchEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onTouchCancel

Defined in

node_modules/@types/react/index.d.ts:2468


onTouchCancelCapture

Optional onTouchCancelCapture: TouchEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onTouchCancelCapture

Defined in

node_modules/@types/react/index.d.ts:2469


onTouchEnd

Optional onTouchEnd: TouchEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onTouchEnd

Defined in

node_modules/@types/react/index.d.ts:2470


onTouchEndCapture

Optional onTouchEndCapture: TouchEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onTouchEndCapture

Defined in

node_modules/@types/react/index.d.ts:2471


onTouchMove

Optional onTouchMove: TouchEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onTouchMove

Defined in

node_modules/@types/react/index.d.ts:2472


onTouchMoveCapture

Optional onTouchMoveCapture: TouchEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onTouchMoveCapture

Defined in

node_modules/@types/react/index.d.ts:2473


onTouchStart

Optional onTouchStart: TouchEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onTouchStart

Defined in

node_modules/@types/react/index.d.ts:2474


onTouchStartCapture

Optional onTouchStartCapture: TouchEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onTouchStartCapture

Defined in

node_modules/@types/react/index.d.ts:2475


onTransitionEnd

Optional onTransitionEnd: TransitionEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onTransitionEnd

Defined in

node_modules/@types/react/index.d.ts:2516


onTransitionEndCapture

Optional onTransitionEndCapture: TransitionEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onTransitionEndCapture

Defined in

node_modules/@types/react/index.d.ts:2517


onVolumeChange

Optional onVolumeChange: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onVolumeChange

Defined in

node_modules/@types/react/index.d.ts:2420


onVolumeChangeCapture

Optional onVolumeChangeCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onVolumeChangeCapture

Defined in

node_modules/@types/react/index.d.ts:2421


onWaiting

Optional onWaiting: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onWaiting

Defined in

node_modules/@types/react/index.d.ts:2422


onWaitingCapture

Optional onWaitingCapture: ReactEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onWaitingCapture

Defined in

node_modules/@types/react/index.d.ts:2423


onWheel

Optional onWheel: WheelEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onWheel

Defined in

node_modules/@types/react/index.d.ts:2504


onWheelCapture

Optional onWheelCapture: WheelEventHandler<HTMLDivElement>

Inherited from

R3FCanvasProps.onWheelCapture

Defined in

node_modules/@types/react/index.d.ts:2505


orthographic

Optional orthographic: boolean

Creates an orthographic camera

Inherited from

R3FCanvasProps.orthographic

Defined in

node_modules/@react-three/fiber/dist/declarations/src/core/index.d.ts:38


performance

Optional performance: Partial<Omit<Performance, "regress">>

R3F performance options for adaptive performance.

See

https://docs.pmnd.rs/react-three-fiber/advanced/scaling-performance#movement-regression

Inherited from

R3FCanvasProps.performance

Defined in

node_modules/@react-three/fiber/dist/declarations/src/core/index.d.ts:48


prefix

Optional prefix: string

Inherited from

R3FCanvasProps.prefix

Defined in

node_modules/@types/react/index.d.ts:2865


property

Optional property: string

Inherited from

R3FCanvasProps.property

Defined in

node_modules/@types/react/index.d.ts:2866


radioGroup

Optional radioGroup: string

Inherited from

R3FCanvasProps.radioGroup

Defined in

node_modules/@types/react/index.d.ts:2855


raycaster

Optional raycaster: Partial<Raycaster>

Props that go into the default raycaster

Inherited from

R3FCanvasProps.raycaster

Defined in

node_modules/@react-three/fiber/dist/declarations/src/core/index.d.ts:52


ref

Optional ref: LegacyRef<HTMLCanvasElement>

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

Inherited from

R3FCanvasProps.ref

Defined in

node_modules/@types/react/index.d.ts:294


rel

Optional rel: string

Inherited from

R3FCanvasProps.rel

Defined in

node_modules/@types/react/index.d.ts:2867


resize

Optional resize: Options

Options to pass to useMeasure.

See

https://github.com/pmndrs/react-use-measure#api

Inherited from

R3FCanvasProps.resize

Defined in

node_modules/@react-three/fiber/dist/declarations/src/web/Canvas.d.ts:12


resource

Optional resource: string

Inherited from

R3FCanvasProps.resource

Defined in

node_modules/@types/react/index.d.ts:2868


results

Optional results: number

Inherited from

R3FCanvasProps.results

Defined in

node_modules/@types/react/index.d.ts:2883


rev

Optional rev: string

Inherited from

R3FCanvasProps.rev

Defined in

node_modules/@types/react/index.d.ts:2869


role

Optional role: AriaRole

Inherited from

R3FCanvasProps.role

Defined in

node_modules/@types/react/index.d.ts:2858


scene

Optional scene: Scene | Partial<Object3DNode<Scene, typeof Scene>>

A THREE.Scene instance or props that go into the default scene

Inherited from

R3FCanvasProps.scene

Defined in

node_modules/@react-three/fiber/dist/declarations/src/core/index.d.ts:54


security

Optional security: string

Inherited from

R3FCanvasProps.security

Defined in

node_modules/@types/react/index.d.ts:2884


shadows

Optional shadows: boolean | "basic" | "percentage" | "soft" | "variance" | Partial<WebGLShadowMap>

Enables shadows (by default PCFsoft). Can accept gl.shadowMap options for fine-tuning, but also strings: 'basic' | 'percentage' | 'soft' | 'variance'.

See

https://threejs.org/docs/#api/en/renderers/WebGLRenderer.shadowMap

Inherited from

R3FCanvasProps.shadows

Defined in

node_modules/@react-three/fiber/dist/declarations/src/core/index.d.ts:27


slot

Optional slot: string

Inherited from

R3FCanvasProps.slot

Defined in

node_modules/@types/react/index.d.ts:2847


spellCheck

Optional spellCheck: Booleanish

Inherited from

R3FCanvasProps.spellCheck

Defined in

node_modules/@types/react/index.d.ts:2848


style

Optional style: CSSProperties

Inherited from

R3FCanvasProps.style

Defined in

node_modules/@types/react/index.d.ts:2849


substances

substances: NodeSubstanceData[]

Defined in

divinevoxel/react-three/src/Defaults/Foundation/Classic/DVEClassicCanvas.tsx:18


suppressContentEditableWarning

Optional suppressContentEditableWarning: boolean

Inherited from

R3FCanvasProps.suppressContentEditableWarning

Defined in

node_modules/@types/react/index.d.ts:2832


suppressHydrationWarning

Optional suppressHydrationWarning: boolean

Inherited from

R3FCanvasProps.suppressHydrationWarning

Defined in

node_modules/@types/react/index.d.ts:2833


tabIndex

Optional tabIndex: number

Inherited from

R3FCanvasProps.tabIndex

Defined in

node_modules/@types/react/index.d.ts:2850


textureData

textureData: TextureData[]

Defined in

divinevoxel/react-three/src/Defaults/Foundation/Classic/DVEClassicCanvas.tsx:16


textureTypes

textureTypes: string[]

Defined in

divinevoxel/react-three/src/Defaults/Foundation/Classic/DVEClassicCanvas.tsx:17


title

Optional title: string

Inherited from

R3FCanvasProps.title

Defined in

node_modules/@types/react/index.d.ts:2851


translate

Optional translate: "yes" | "no"

Inherited from

R3FCanvasProps.translate

Defined in

node_modules/@types/react/index.d.ts:2852


typeof

Optional typeof: string

Inherited from

R3FCanvasProps.typeof

Defined in

node_modules/@types/react/index.d.ts:2870


unselectable

Optional unselectable: "on" | "off"

Inherited from

R3FCanvasProps.unselectable

Defined in

node_modules/@types/react/index.d.ts:2885


vocab

Optional vocab: string

Inherited from

R3FCanvasProps.vocab

Defined in

node_modules/@types/react/index.d.ts:2871


worldWorker

worldWorker: Worker

Defined in

divinevoxel/react-three/src/Defaults/Foundation/Classic/DVEClassicCanvas.tsx:20