function | {message to navigator} | arguments |
---|---|---|
next | {“navigator”:”default”,”action”:{“name”:”next”}} | check the displayed substep, and switch to the next substep |
check | {“navigator”:”default”,”action”:{“name”:”check”,”target”:”substep01_01″[,”value”=false]}} | check/uncheck the target step/substep. |
change | {“navigator”:”default”,”action”:{“name”:”change”,”target”:”substep01_01″}} | show the target substep with checking nothing. |
undo | {“navigator”:”default”,”action”:{“name”:”undo”[,”index”:”1″]}} | undo the previous command
(including user’s operation through the viewer.) |
redo | {“navigator”:”default”,”action”:{“name”:”redo”}} | redo the command |
jump | {“navigator”:”default”,”action”:{“name”:”jump”,”target”:”substep01_01″,”check”:”false”}} | check the displayed substep (if “check”!=”false”), and display the substep indicated as “target.” |
event | {“navigator”:”default”,”mode”:”order”,”action”:{“name”:”event”,”target”:”event01″}} | send event id to trigger elements along to HWML description. |
If you want to develop own command, please contact us.