()
| 47 | updateThread({ state, title }: { state?: ThreadState; title?: string }): void; |
| 48 | onClose?(): void; |
| 49 | onExpandClick?(): void; |
| 50 | onDelete?(messageId: string): void; |
| 51 | onEdit?(threadId: string, messageId: string): void; |
| 52 | onSend?(): void; |
nothing calls this directly
no outgoing calls
no test coverage detected