MobX Lark
Preparing search index...
InteractiveMessage
Interface InteractiveMessage
interface
InteractiveMessage
{
config
?:
Partial
<
Record
<
"enable_forward"
|
"update_multi"
,
boolean
>
>
;
elements
?:
CardTag
[]
;
header
?:
CardHeader
;
i18n_elements
?:
CardTag
[]
;
}
Hierarchy
Partial
<
Record
<
`
${
""
|
"i18n_"
}
elements
`
,
CardTag
[]
>
>
InteractiveMessage
Index
Properties
config?
elements?
header?
i18n_
elements?
Properties
Optional
config
config
?:
Partial
<
Record
<
"enable_forward"
|
"update_multi"
,
boolean
>
>
Optional
elements
elements
?:
CardTag
[]
Optional
header
header
?:
CardHeader
Optional
i18n_
elements
i18n_elements
?:
CardTag
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
config
elements
header
i18n_
elements
MobX Lark
Loading...