HomeObjectInitialEvent

@HomeExperimentalApi
class HomeObjectInitialEventHasId> : HomeObjectChangeEvent

Event issued during data priming. This is part of the initialization process of the flow.

Summary

Public constructors

HasId> HomeObjectInitialEvent(id: Id, initialObject: T)

Public properties

open Id

Id of the object this event refers to.

T

Public constructors

HomeObjectInitialEvent

HasId> HomeObjectInitialEvent(id: Id, initialObject: T)

Public properties

id

open val idId

Id of the object this event refers to.

initialObject

val initialObject: T