Class: SimpleChatStore
Simple chat store.
Implements
Constructors
constructor
• new SimpleChatStore(): SimpleChatStore
Returns
Properties
store
• store: Object
= {}
Index signature
▪ [key: string
]: ChatMessage
[]
Simple chat store.
• new SimpleChatStore(): SimpleChatStore
• store: Object
= {}
▪ [key: string
]: ChatMessage
[]