File

projects/UILibrary/src/app/models/chat.settings.ts

Index

Properties

Properties

disableSendMessage
disableSendMessage: boolean
Type : boolean
Optional
fallbackUserIcon
fallbackUserIcon: URL
Type : URL
Optional
maxHeight
maxHeight: string
Type : string
Optional
sendImage
sendImage: URL
Type : URL
export interface IChatSettings {
  sendImage: URL;
  maxHeight?: string;
  fallbackUserIcon?: URL;
  disableSendMessage?: boolean;
}

results matching ""

    No results matching ""