ObjectClassDefinition

@Serializable
data class ObjectClassDefinition(val typeName: String, val shape: LayoutShape = LayoutShape.CIRCLE, val color: String = "#1f77b4", val size: Double = 10.0, val imageRef: String? = null, val label: String? = null)(source)

The visual template for an entity or agent class, keyed by typeName (which matches EntityCreated.entityType / AgentRegistered.agentType in the trace).

Constructors

Link copied to clipboard
constructor(typeName: String, shape: LayoutShape = LayoutShape.CIRCLE, color: String = "#1f77b4", size: Double = 10.0, imageRef: String? = null, label: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard