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
payload: { task_id: number, name: string, list: string[], focus: any, }
Constructors
- NodeNextListDetail(int, string, IReadOnlyList<string>, JsonElement?)
-
Message for the next list of node.