@m-bock/gcode-viewer-core
Preparing search index...
StateMachines.Viewer
useStateMachineViewer
Variable useStateMachineViewer
Const
useStateMachineViewer
:
()
=>
{
dispatch
:
{
MsgSetEndLayer
:
(
_
:
Int
)
=>
void
;
MsgSetGcodeFile
:
(
_
:
RemoteData
<
string
>
)
=>
void
;
MsgSetMaxLayer
:
(
_
:
Int
)
=>
void
;
MsgSetMinLayer
:
(
_
:
Int
)
=>
void
;
MsgSetStartLayer
:
(
_
:
Int
)
=>
void
;
runLoadGcodeLines
:
(
_
:
{
interval
:
number
;
label
:
string
;
url
:
string
}
,
)
=>
{
cancel
:
()
=>
void
}
;
}
;
state
:
PubState
;
}
Type Declaration
()
:
{
dispatch
:
{
MsgSetEndLayer
:
(
_
:
Int
)
=>
void
;
MsgSetGcodeFile
:
(
_
:
RemoteData
<
string
>
)
=>
void
;
MsgSetMaxLayer
:
(
_
:
Int
)
=>
void
;
MsgSetMinLayer
:
(
_
:
Int
)
=>
void
;
MsgSetStartLayer
:
(
_
:
Int
)
=>
void
;
runLoadGcodeLines
:
(
_
:
{
interval
:
number
;
label
:
string
;
url
:
string
}
,
)
=>
{
cancel
:
()
=>
void
}
;
}
;
state
:
PubState
;
}
Returns
{
dispatch
:
{
MsgSetEndLayer
:
(
_
:
Int
)
=>
void
;
MsgSetGcodeFile
:
(
_
:
RemoteData
<
string
>
)
=>
void
;
MsgSetMaxLayer
:
(
_
:
Int
)
=>
void
;
MsgSetMinLayer
:
(
_
:
Int
)
=>
void
;
MsgSetStartLayer
:
(
_
:
Int
)
=>
void
;
runLoadGcodeLines
:
(
_
:
{
interval
:
number
;
label
:
string
;
url
:
string
}
,
)
=>
{
cancel
:
()
=>
void
}
;
}
;
state
:
PubState
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@m-bock/gcode-viewer-core
Loading...