s:sendToPropertyInspector - mononok/FlightSims GitHub Wiki

PropertyInspectorにPayloadを送信する。

var json = {
  "action": "com.elgato.example.action1", 
  "event": "sendToPropertyInspector", 
  "context": opaqueValue, 
  "payload": {<json data>}
};

メンバー

メンバー 説明
action アクションID
event sendToPropertyInspector
context An opaque value identifying the instance’s action.
payload jsonオブジェクト

PropertyInspectorは、非同期イベント r:sendToPropertyInspector を受け取る。

⚠️ **GitHub.com Fallback** ⚠️