Table of Contents

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

TaskId int
ActionId int
Name string
Focus JsonElement?

Remarks

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