Table of Contents

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

details_json: {
    task_id: number,
    action_id: number,
    name: string,
    focus: any,
}

Constructors

NodeActionDetail(long, long, string, JsonElement)

Message for the action of node.

Properties

ActionId
Focus
Name
TaskId