Global IDImpl
data class GlobalIDImpl<T : NodeCompositeOutput>(val type: Type<T>, val internalID: String) : GlobalID<T> (source)
Default implementation of GlobalID.
GlobalIDImpl is a data class that represents a unique identifier for a node object in the Viaduct graph. It contains the type information and internal ID.