Table of Contents

Constructor ActionNodeDetail

Namespace
MaaFramework.Binding.Notification
Assembly
MaaFramework.Binding.Extensions.dll

ActionNodeDetail(long, long, string, JsonElement)

Message for the node.

public ActionNodeDetail(long TaskId, long NodeId, string Name, JsonElement Focus)

Parameters

TaskId long
NodeId long
Name string
Focus JsonElement

Remarks

details_json: {
    task_id: number,
    node_id: number,
    name: string,
    focus: any,
}