Class NodeNextListDetail
- Namespace
- MaaFramework.Binding.Notification
- Assembly
- MaaFramework.Binding.Extensions.dll
Message for the next list of node.
public record NodeNextListDetail : IEquatable<NodeNextListDetail>Inheritance
Implements
Inherited Members
Remarks
details_json: {
task_id: number,
name: string,
list: [
{
"name": string,
"jump_back": boolean,
"anchor": boolean,
},
...
],
focus: any,
}
Constructors
- NodeNextListDetail(long, string, IReadOnlyList<NodeAttr>, JsonElement)
-
Message for the next list of node.