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
TaskIdintNamestringNextListIReadOnlyList<NodeAttr>FocusJsonElement?
Remarks
details_json: { task_id: number, name: string, list: [{ name: string, jump_back: boolean, anchor: boolean }, ...], focus: any, }