Entity Registrar
Functions
Link copied to clipboard
open fun entity(id: Entity.Type, labelFormatter: LabelFormatter, vararg properties: Property<ELEMENT>)
register entity
open fun entity(id: Entity.Type, errorIfExists: Boolean = true, vararg properties: Property<ELEMENT>)
new entity with label inferred from introspected bytecode element
abstract fun entity(id: Entity.Type, labelFormatter: LabelFormatter, errorIfExists: Boolean = true, vararg properties: Property<ELEMENT>)
new entity with label from labelFormatter