Table of Contents

Constructor NodeNextListDetail

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

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

Message for the next list of node.

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

Parameters

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

Remarks

payload: { task_id: number, name: string, list: string[], focus: any, }