nest-whatsapp - v0.0.1
Preparing search index...
WhatsAppTemplateComponent
Interface WhatsAppTemplateComponent
interface
WhatsAppTemplateComponent
{
buttons
?:
WhatsAppTemplateButton
[]
;
example
?:
Record
<
string
,
unknown
>
;
format
?:
"TEXT"
|
"IMAGE"
|
"VIDEO"
|
"DOCUMENT"
|
"LOCATION"
;
text
?:
string
;
type
:
"HEADER"
|
"BODY"
|
"FOOTER"
|
"BUTTONS"
;
}
Index
Properties
buttons?
example?
format?
text?
type
Properties
Optional
buttons
buttons
?:
WhatsAppTemplateButton
[]
Optional
example
example
?:
Record
<
string
,
unknown
>
Optional
format
format
?:
"TEXT"
|
"IMAGE"
|
"VIDEO"
|
"DOCUMENT"
|
"LOCATION"
Optional
text
text
?:
string
type
type
:
"HEADER"
|
"BODY"
|
"FOOTER"
|
"BUTTONS"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
buttons
example
format
text
type
nest-whatsapp - v0.0.1
Loading...