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 ActionId, string Name, JsonElement? Focus)Parameters
TaskIdintActionIdintNamestringFocusJsonElement?
Remarks
details_json: { task_id: number, action_id: number, name: string, focus: any, }