Table of Contents

Constructor NodeNextListDetail

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

NodeNextListDetail(int, string, IReadOnlyList<NodeAttr>, JsonElement?)

Message for the next list of node.

public NodeNextListDetail(int TaskId, string Name, IReadOnlyList<NodeAttr> NextList, JsonElement? Focus)

Parameters

TaskId int
Name string
NextList IReadOnlyList<NodeAttr>
Focus JsonElement?

Remarks

details_json: { task_id: number, name: string, list: [{ name: string, jump_back: boolean, anchor: boolean }, ...], focus: any, }