API Reference v9.2.0

TranslateMessagestruct

Module: ZaberMotionGcode

Represents a message from translator regarding a block translation.

To use this type, add import ZaberMotionGcode to the top of your source code.

Index

Properties

p

message

translateMessage.message
String The message describing an occurrence.
p

fromBlock

translateMessage.fromBlock
Int The index in the block string that the message regards to.
p

toBlock

translateMessage.toBlock
Int The end index in the block string that the message regards to. The end index is exclusive.