Type Alias TCameraFocusOnTarget

TCameraFocusOnTarget:
    | Floor
    | Space
    | Coordinate
    | MapObject
    | Connection
    | PointOfInterest
    | Door
    | Annotation
    | (
        | Floor
        | Space
        | Coordinate
        | MapObject
        | Connection
        | PointOfInterest
        | Door)[]

Defines the target for the Camera focus operation.