FullControl JS
Preparing search index...
Retraction
Class Retraction
Hierarchy
BaseModelPlus
Retraction
Index
Constructors
constructor
Properties
length?
speed?
type
Name
Methods
copy
gcode
to
JSON
update_
from
update
From
from
JSON
Constructors
constructor
new
Retraction
(
init
?:
Partial
<
Retraction
>
)
:
Retraction
Parameters
Optional
init
:
Partial
<
Retraction
>
Returns
Retraction
Properties
Optional
length
length
?:
number
Optional
speed
speed
?:
number
Static
Readonly
type
Name
typeName
:
"Retraction"
= 'Retraction'
Methods
copy
copy
<
T
extends
Retraction
>
()
:
T
Type Parameters
T
extends
Retraction
Returns
T
gcode
gcode
(
state
:
any
)
:
string
|
undefined
Parameters
state
:
any
Returns
string
|
undefined
to
JSON
toJSON
()
:
{
length
:
number
|
undefined
;
speed
:
number
|
undefined
}
Returns
{
length
:
number
|
undefined
;
speed
:
number
|
undefined
}
update_
from
update_from
(
source
:
any
)
:
void
Parameters
source
:
any
Returns
void
update
From
updateFrom
(
source
:
any
)
:
void
Parameters
source
:
any
Returns
void
Static
from
JSON
fromJSON
(
d
:
any
)
:
Retraction
Parameters
d
:
any
Returns
Retraction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
length
speed
type
Name
Methods
copy
gcode
to
JSON
update_
from
update
From
from
JSON
FullControl JS
Loading...