Graph Meta Data
@Serializable
Payload for a DataPoint.Graph node.
Implements TargetingNodeMetaData for consistency with the other source-bound node types, but only sources is meaningful — graphs read data, they don't write it. targets is kept empty.
Constructors
Link copied to clipboard
constructor(name: String = "Data Graph", sources: List<NodeIdentity> = emptyList(), targets: List<NodeIdentity> = emptyList(), timeRange: ComputeTimeRange = ComputeTimeRange.HOUR, executionSource: List<ExecutionSource> = emptyList(), error: String = "")
Properties
Link copied to clipboard
The set of ExecutionSources configured to wake this node. The node processor checks the incoming event against this list before doing any work. An empty list means "never auto-fire" — only manual execution.
Link copied to clipboard
Upstream nodes whose values feed this one. For a filter or executor this is the data being read; for a trigger it is the value being watched.
Link copied to clipboard
Not used for graphs but required by the TargetingNodeMetaData contract.
Link copied to clipboard
Lookback window the graph displays — drives the X-axis range.