ToolComponentReference
@JsonClass(generateAdapter = true)
Content copied to clipboard
A reference used to locate the toolComponent associated with the descriptor.
Identifies a particular toolComponent object, either the driver or an extension.
The component which is strongly associated with this component. For a translation, this refers to the component which has been translated. For an extension, this is the driver that provides the extension's plugin model.
Constructors
Link copied to clipboard
fun ToolComponentReference( @Json(name = "guid") guid: String? = null, @Json(name = "index") index: Int? = null, @Json(name = "name") name: String? = null, @Json(name = "properties") properties: PropertyBag? = null)
Content copied to clipboard