FullControl JS
Preparing search index...
PrinterCommand
Class PrinterCommand
Hierarchy
BaseModelPlus
PrinterCommand
Index
Constructors
constructor
Properties
id?
type
Name
Methods
copy
gcode
update_
from
update
From
Constructors
constructor
new
PrinterCommand
(
init
?:
Partial
<
PrinterCommand
>
)
:
PrinterCommand
Parameters
Optional
init
:
Partial
<
PrinterCommand
>
Returns
PrinterCommand
Properties
Optional
id
id
?:
string
Static
Readonly
type
Name
typeName
:
"PrinterCommand"
= 'PrinterCommand'
Methods
copy
copy
<
T
extends
PrinterCommand
>
()
:
T
Type Parameters
T
extends
PrinterCommand
Returns
T
gcode
gcode
(
state
:
GcodeStateLike
)
:
string
|
undefined
Parameters
state
:
GcodeStateLike
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
id
type
Name
Methods
copy
gcode
update_
from
update
From
FullControl JS
Loading...