Skip to main content
Version: 0.11.x

Interface: OdinPeerTagsChangedEventPayload

The payload for the PeerTagsChanged event.

Extends

Properties

event

event: keyof OdinEvents

The name of the event that was fired (see keys of OdinEvents for possible values).

Inherited from

OdinEventPayload.event

Defined in

odin.room.d.ts:96


peerId

peerId: number

The ID of the peer whose tags changed.

Defined in

odin.room.d.ts:407


tag

tag: number

An internal integer representing the type of the event. This is mainly used internally for testing purposes.

Inherited from

OdinEventPayload.tag

Defined in

odin.room.d.ts:101


tags

tags: string[]

The new tags of the peer.

Defined in

odin.room.d.ts:412