dashboard-react
Preparing search index...
MessageAttachment
Interface MessageAttachment
Attachment persisted on an individual chat message.
interface
MessageAttachment
{
id
:
string
;
name
:
string
;
type
:
string
;
size
?:
number
;
preview
?:
string
;
textContent
?:
string
;
}
Index
Properties
id
name
type
size?
preview?
text
Content?
Properties
id
id
:
string
name
name
:
string
type
type
:
string
Optional
size
size
?:
number
Optional
preview
preview
?:
string
Optional
text
Content
textContent
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
type
size
preview
text
Content
dashboard-react
Loading...
Attachment persisted on an individual chat message.