Constructor NodeActionDetail
- Namespace
- MaaFramework.Binding.Notification
- Assembly
- MaaFramework.Binding.Extensions.dll
NodeActionDetail(long, long, string, JsonElement)
Message for the action of node.
public NodeActionDetail(long TaskId, long ActionId, string Name, JsonElement Focus)Parameters
TaskIdlongActionIdlongNamestringFocusJsonElement
Remarks
details_json: {
task_id: number,
action_id: number,
name: string,
focus: any,
}