Node
public struct Node
Undocumented
-
The payload contained herein.
Declaration
Swift
public var payload: Value -
The interval in which the
payloadoccurs.Declaration
Swift
public let interval: Range<Metric> -
Creates an
ISTPayloadwith the giveninterval,value, andmaxvalues.Declaration
Swift
@inlinable public init(interval: Range<Metric>, value: Value, max: Metric? = nil)
View on GitHub
Install in Dash
Node Structure Reference