interface PlanEventLinkNode {
    attributes: readonly Attribute[];
    type: "sentinel.plan.v2.EventLinkNode";
    value: EventLinkNode;
}

Hierarchy

  • Event
    • PlanEventLinkNode

Properties

Properties

attributes: readonly Attribute[]
type: "sentinel.plan.v2.EventLinkNode"
value: EventLinkNode

Generated using TypeDoc