G-code Preview — API Reference
Guide
npm
GitHub
Preparing search index...
@chestnutlabs/gcode-renderer-three
RendererEvent
Type Alias RendererEvent
RendererEvent
:
|
{
chunksBuilt
:
number
;
chunksTotal
:
number
;
type
:
"buildProgress"
}
|
{
mode
:
ProgressPresentationMode
;
reason
?:
string
;
type
:
"progress-presentation-changed"
;
}
|
{
decimationApplied
:
number
;
quality
:
QualityMode
;
segments
:
number
;
travelHidden
:
boolean
;
type
:
"buildComplete"
;
}
|
{
from
:
QualityMode
;
reason
:
string
;
to
:
QualityMode
;
type
:
"qualityFallback"
;
}
|
{
cumulativeSegments
:
number
;
decimationApplied
:
number
;
type
:
"previewAppend"
;
}
|
{
type
:
"contextlost"
}
|
{
type
:
"restored"
}
|
{
code
:
string
;
message
:
string
;
type
:
"error"
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
npm
GitHub
G-code Preview — API Reference
Loading...