MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / onTyping

Method onTyping

packages/kilo-chat/src/client.ts:373–375  ·  view source on GitHub ↗
(handler: (ctx: string, e: TypingEvent) => void)

Source from the content-addressed store, hash-verified

371 return this.on('message.created', handler);
372 }
373
374 onMessageUpdated(handler: (ctx: string, e: MessageUpdatedEvent) => void): () => void {
375 return this.on('message.updated', handler);
376 }
377
378 onMessageDeleted(handler: (ctx: string, e: MessageDeletedEvent) => void): () => void {

Callers 2

MessageAreaFunction · 0.80
useMobileTypingStateFunction · 0.80

Calls 1

onMethod · 0.95

Tested by

no test coverage detected