@game-vir/entity - v15.1.1
    Preparing search index...

    Type Alias DefinedViewEntityInstance<Context, Shape, Events>

    DefinedViewEntityInstance: ViewEntity<
        Context,
        Shape extends ShapeDefinition<AnyObject, any>
            ? Shape["runtimeType"]
            : undefined,
        Events,
    >

    The constructor output of DefinedViewEntityConstructor.

    Type Parameters

    • Context
    • Shape extends ShapeDefinition<AnyObject, any> | undefined
    • Events extends Readonly<Event>