This debugger client connects to a websocket server, exchanging and receiving messages with this server.

Hierarchy (view full)

Constructors

Properties

hasLoggedError: boolean = false

Methods

  • Parameters

    • changes: {
          addedInstances: InstanceData[];
          isSendingBackSelectionForDefaultSize: boolean;
          objectNameToEdit: null | string;
          removedInstances: InstancePersistentUuidData[];
          selectedInstances: InstancePersistentUuidData[];
          updatedInstances: InstanceData[];
      }
      • addedInstances: InstanceData[]
      • isSendingBackSelectionForDefaultSize: boolean
      • objectNameToEdit: null | string
      • removedInstances: InstancePersistentUuidData[]
      • selectedInstances: InstancePersistentUuidData[]
      • updatedInstances: InstanceData[]

    Returns void