ProfileAttributes

data class ProfileAttributes(val oldValue: ImmutableProfile?) : StateChange

Emitted when the profile attributes (any non-identifier properties) change in state

Constructors

Link copied to clipboard
constructor(oldValue: ImmutableProfile?)

Properties

Link copied to clipboard
open override val key: Keyword
Link copied to clipboard
open override val oldValue: ImmutableProfile?