Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMutable<T>

A mutable message, only the data can be changed; the unique ID of the message and the user that created it must stay constant

Type parameters

  • T

Hierarchy

Implemented by

Index

Properties

Properties

data

data: T

The generic message payload

id

id: string | IGuidImmutable

The unique identification value for this message

user

user: string | IGuidImmutable

The unique user identification value that created this message