Class ActionNodeDetail
- Namespace
- MaaFramework.Binding.Notification
- Assembly
- MaaFramework.Binding.Extensions.dll
Message for the action node.
public record ActionNodeDetail : IEquatable<ActionNodeDetail>Inheritance
Implements
Inherited Members
Remarks
details_json: { task_id: number, node_id: number, name: string, focus: any, }
Constructors
- ActionNodeDetail(int, int, string, JsonElement?)
-
Message for the action node.