BehaviorComponentData

@Serializable
data class BehaviorComponentData(val behaviorClassName: String, val propertyValues: Map<String, PropertyValue> = mapOf()) : ComponentData

Constructors

Link copied to clipboard
constructor(behaviorClassName: String, propertyValues: Map<String, PropertyValue> = mapOf())

Properties

Link copied to clipboard
Link copied to clipboard