Constructor NodeActionDetail
- Namespace
- MaaFramework.Binding.Notification
- Assembly
- MaaFramework.Binding.Extensions.dll
NodeActionDetail(int, int, string, JsonElement?)
Message for the action of node.
public NodeActionDetail(int TaskId, int NodeId, string Name, JsonElement? Focus)
Parameters
TaskId
intNodeId
intName
stringFocus
JsonElement?
Remarks
payload: { task_id: number, node_id: number, name: string, focus: any, }