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