G-code Preview — API Reference
Guide
npm
GitHub
Preparing search index...
@chestnutlabs/gcode-dialects
DialectRunInput
Interface DialectRunInput
interface
DialectRunInput
{
config
?:
Record
<
string
,
unknown
>
;
containerMeta
?:
Record
<
string
,
string
>
;
headText
:
string
;
selection
:
string
[]
|
"auto"
;
tailText
:
string
;
}
Index
Properties
config?
container
Meta?
head
Text
selection
tail
Text
Properties
Optional
config
config
?:
Record
<
string
,
unknown
>
Optional
container
Meta
containerMeta
?:
Record
<
string
,
string
>
head
Text
headText
:
string
selection
selection
:
string
[]
|
"auto"
'auto' runs detection over all registered adapters; an array restricts by id.
tail
Text
tailText
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
container
Meta
head
Text
selection
tail
Text
Guide
npm
GitHub
G-code Preview — API Reference
Loading...
'auto' runs detection over all registered adapters; an array restricts by id.