Skip to main content

Enumeration: ComponentState

Defined in: src/common/web/data/stores/ComponentStore.ts:12

The overall state of the component:

  • Initializing: The component is initializing (initial state)
  • Running: The component is up and running, ready to be used
  • ConnectionLost: The connection to the server has been lost
  • ConnectionError: An error has occurred while connecting

Enumeration Members

Connecting

Connecting: "connecting"

Defined in: src/common/web/data/stores/ComponentStore.ts:13


ConnectionError

ConnectionError: "connection-error"

Defined in: src/common/web/data/stores/ComponentStore.ts:15


ConnectionLost

ConnectionLost: "connection-lost"

Defined in: src/common/web/data/stores/ComponentStore.ts:14


Running

Running: "running"

Defined in: src/common/web/data/stores/ComponentStore.ts:16