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