Table of Contents

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

TaskId long
ActionId long
Name string
Focus JsonElement

Remarks

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