@m-bock/gcode-viewer-core
Preparing search index...
GCodeViewer.StateMachines.Viewer
mkMsg
Variable mkMsg
Const
mkMsg
:
{
MsgSetEndLayer
:
(
_
:
Int
)
=>
Msg
;
MsgSetGcodeLines
:
(
_
:
RemoteData
<
string
[]
>
)
=>
Msg
;
MsgSetMaxLayer
:
(
_
:
Int
)
=>
Msg
;
MsgSetMinLayer
:
(
_
:
Int
)
=>
Msg
;
MsgSetStartLayer
:
(
_
:
Int
)
=>
Msg
;
}
Type Declaration
Readonly
MsgSetEndLayer
:
(
_
:
Int
)
=>
Msg
Readonly
MsgSetGcodeLines
:
(
_
:
RemoteData
<
string
[]
>
)
=>
Msg
Readonly
MsgSetMaxLayer
:
(
_
:
Int
)
=>
Msg
Readonly
MsgSetMinLayer
:
(
_
:
Int
)
=>
Msg
Readonly
MsgSetStartLayer
:
(
_
:
Int
)
=>
Msg
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@m-bock/gcode-viewer-core
Loading...