Sends an intent as a fire-and-forget event. If there are subscribers for the intent type, the event is published; otherwise, a log message is emitted.
The intent to send.
sendIntent({ type: "studio.start.vm", options: { imageId: id },}); Copy
sendIntent({ type: "studio.start.vm", options: { imageId: id },});
Sends an intent as a fire-and-forget event. If there are subscribers for the intent type, the event is published; otherwise, a log message is emitted.