Skip to content

propertyInspectorDidDisappear

kori mononok edited this page Nov 2, 2020 · 1 revision

StreamDeckソフトウェアのPropertyInspectorが取り除かれたときに発生する。

var json = {
  "action": "com.elgato.example.action1", 
  "event": "propertyInspectorDidDisappear", 
  "context": opaqueValue, 
  "device": opaqueValue
};

メンバー

メンバー 説明
action action毎の識別子。Multiple Actionをサポートしているなら、どのactionが発生したか?この値を使って見分けます。
event propertyInspectorDidDisappear
context An opaque value identifying the instance’s action. You will need to pass this opaque value to several APIs like the setTitle API.
device 認識したデバイスの Opaque 値

StreamDeck 4.1より使用可能。