FullControl JS
Preparing search index...
Unretraction
Class Unretraction
Hierarchy
BaseModelPlus
Unretraction
Index
Constructors
constructor
Properties
length?
speed?
type
Name
Methods
copy
gcode
to
JSON
update_
from
update
From
from
JSON
Constructors
constructor
new
Unretraction
(
init
?:
Partial
<
Unretraction
>
)
:
Unretraction
Parameters
Optional
init
:
Partial
<
Unretraction
>
Returns
Unretraction
Properties
Optional
length
length
?:
number
Optional
speed
speed
?:
number
Static
Readonly
type
Name
typeName
:
"Unretraction"
= 'Unretraction'
Methods
copy
copy
<
T
extends
Unretraction
>
()
:
T
Type Parameters
T
extends
Unretraction
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
)
:
Unretraction
Parameters
d
:
any
Returns
Unretraction
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...