Type alias UpdateEvent

UpdateEvent: {
    type: UpdateType;
}

The event that is passed into each feature.

Type declaration

  • type: UpdateType

    The reason why this update was triggered.