TargetInfoChanged

@Serializable
data class TargetInfoChanged(val targetInfo: TargetInfo) : TargetEvent(source)

Issued when some information about a target has changed. This only happens between targetCreated and targetDestroyed.

Official doc

Constructors

Link copied to clipboard
constructor(targetInfo: TargetInfo)

Properties

Link copied to clipboard