Background

semagrams.Background
See theBackground companion object
case class Background() extends Entity

An entity for the background of the Semagrams app.

Used as the source entity for click events on the background.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Entity
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def extend(sub: Entity): Entity

Construct a subentity of this entity

Construct a subentity of this entity

Attributes

Inherited from:
Entity
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

We use a type tag so that we can compare the types of entities at runtime without having to mess with scala introspection. Additionally, different entities might have the same type, but different EntityTypes, a notable example of this is Parts.

We use a type tag so that we can compare the types of entities at runtime without having to mess with scala introspection. Additionally, different entities might have the same type, but different EntityTypes, a notable example of this is Parts.

Attributes