Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleExample message to add a line
Code Block
var message = {
  messageName: "runcommand",
  commandString: "_LINE 0,0 10,10  "
}
window.postMessage(message, '*');

...