@m-bock/gcode-viewer-core
    Preparing search index...
    mkMsg: {
        MsgSetEndLayer: (_: Int) => Msg;
        MsgSetGcodeLines: (_: RemoteData<string[]>) => Msg;
        MsgSetMaxLayer: (_: Int) => Msg;
        MsgSetMinLayer: (_: Int) => Msg;
        MsgSetStartLayer: (_: Int) => Msg;
    }

    Type Declaration

    • ReadonlyMsgSetEndLayer: (_: Int) => Msg
    • ReadonlyMsgSetGcodeLines: (_: RemoteData<string[]>) => Msg
    • ReadonlyMsgSetMaxLayer: (_: Int) => Msg
    • ReadonlyMsgSetMinLayer: (_: Int) => Msg
    • ReadonlyMsgSetStartLayer: (_: Int) => Msg