Viv JavaScript Runtime - v0.10.2
    Preparing search index...

    Interface LocationView

    A read-only entity view for a location in a simulated storyworld.

    For details on semantics and constraints, see EntityView, which this interface extends.

    interface LocationView {
        entityType: Location;
        id: string;
        [key: string]: ExpressionValue;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: ExpressionValue

      Additional properties whose structure depends entirely on the host application, with the caveat that the Viv runtime expects a plain object all the way down. As such, the values embedded here should not include types like functions or members of custom classes, but rather exclusively the types defined in the ExpressionValue union.

    Index

    Properties

    Properties

    entityType: Location

    Discriminator specifying the location entity type.

    id: string

    A unique identifier for the entity.