-
Notifications
You must be signed in to change notification settings - Fork 0
propertyInspectorDidDisappear
kori mononok edited this page Nov 2, 2020
·
1 revision
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より使用可能。
有志の皆様に感謝.