FullControl JS
Preparing search index...
GcodeControls
Class GcodeControls
Hierarchy
BaseModelPlus
GcodeControls
Index
Constructors
constructor
Properties
include_
date?
initialization_
data?
printer_
name?
save_
as?
show_
banner?
show_
tips?
silent?
type
Name
Methods
copy
initialize
update_
from
update
From
Constructors
constructor
new
GcodeControls
(
init
?:
Partial
<
GcodeControls
>
)
:
GcodeControls
Parameters
Optional
init
:
Partial
<
GcodeControls
>
Returns
GcodeControls
Properties
Optional
include_
date
include_date
?:
boolean
Optional
initialization_
data
initialization_data
?:
Record
<
string
,
any
>
Optional
printer_
name
printer_name
?:
string
Optional
save_
as
save_as
?:
string
Optional
show_
banner
show_banner
?:
boolean
Optional
show_
tips
show_tips
?:
boolean
Optional
silent
silent
?:
boolean
Static
Readonly
type
Name
typeName
:
"GcodeControls"
= 'GcodeControls'
Methods
copy
copy
<
T
extends
GcodeControls
>
()
:
T
Type Parameters
T
extends
GcodeControls
Returns
T
initialize
initialize
()
:
void
Returns
void
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
include_
date
initialization_
data
printer_
name
save_
as
show_
banner
show_
tips
silent
type
Name
Methods
copy
initialize
update_
from
update
From
FullControl JS
Loading...