Constructor NodeNextListDetail
- Namespace
- MaaFramework.Binding.Notification
- Assembly
- MaaFramework.Binding.Extensions.dll
NodeNextListDetail(long, string, IReadOnlyList<NodeAttr>, JsonElement)
Message for the next list of node.
public NodeNextListDetail(long TaskId, string Name, IReadOnlyList<NodeAttr> NextList, JsonElement Focus)Parameters
TaskIdlongNamestringNextListIReadOnlyList<NodeAttr>FocusJsonElement
Remarks
details_json: {
task_id: number,
name: string,
list: [
{
"name": string,
"jump_back": boolean,
"anchor": boolean,
},
...
],
focus: any,
}