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