EntityDataValueRelationshipValueProperties

data class EntityDataValueRelationshipValueProperties(val targetComponentName: String? = null, val targetEntityId: String? = null)

A value that relates a component to another component.

Constructors

constructor(targetComponentName: String? = null, targetEntityId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val targetEntityId: String? = null