Properties
Optional chatTitle
chatTitle?: string
Optional chatUserId
chatUserId?: string
hasChanges
hasChanges: boolean
Optional searchTerm
searchTerm?: string
Methods
onRemoveSource
- onRemoveSource(targetId: string, targetType: string): void
Parameters
targetId: string
targetType: string
Returns void
onSelectChat
Parameters
chatId: string
Optional chatTitle: string
Optional sources: Source[]
Returns void
onSelectSource
- onSelectSource(source?: Source): void
onSetSearchTerm
- onSetSearchTerm(searchTerm?: string): void
Parameters
Optional searchTerm: string
Returns void
onSetTitle
- onSetTitle(title?: string): void
onSetUserId
- onSetUserId(chatUserId?: string): void
Parameters
Optional chatUserId: string
Returns void
setHasChanges
- setHasChanges(hasChanges: boolean): void