Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessageViewProps

MessageView props

Hierarchy

  • MessageViewProps

Index

Properties

messageId

messageId: string

The message Id.

onClose

onClose: (event: MessageClosedEvent) => void

A callback when the message is closed.

param

The message closed event.

Type declaration

onLoadError

onLoadError: (event: MessageLoadErrorEvent) => void

A callback when the view fails to load a message with an error.

param

The message load error event.

Type declaration

onLoadFinished

onLoadFinished: (event: MessageLoadFinishedEvent) => void

A callback when the view finishes loading a message.

param

The message load finished event.

Type declaration

onLoadStarted

onLoadStarted: (event: MessageLoadStartedEvent) => void

A callback when the view starts loading a message.

param

The message load started event.

Type declaration

Generated using TypeDoc