Options
Menu

Class OfflineModelSyncStartedEvent

Emitted when a specific model starts it synchronization process.

experimental

Hierarchy

  • OfflineModelSyncStartedEvent

Implements

Index

Properties

Properties

modelId

modelId: string

The id of the model that started to sync.

name

name: string = OfflineModelSyncStartedEvent.NAME

The name of the event that was fired. This is commonly used to filter when using the ConvergenceEventEmitter.events stream.

Note that the name is only guaranteed to be unique within the class / subsystem that is firing it. Names might be reused across classes and subsystems.

NAME

NAME: "offline_model_sync_started" = "offline_model_sync_started"