Construction options for a BodyStructure instance; inherits all SohlEntity.Options.

interface Options {
    parent: SohlLogic<any>;
}

Hierarchy (View Summary)

Properties

Properties

parent: SohlLogic<any>

The Logic that owns the entity. Required (the constructor throws without it) and transient — held in memory, never written to JSON.