Preparing search index...
The search index is not available
whatsapp-api-js - v2.3.0
whatsapp-api-js
types
InteractiveAction
Interface InteractiveAction
Polymorphism intensifies. Also helps with the _type typings :)
interface
InteractiveAction
{
get
_type
():
"list"
|
"button"
|
"catalog_message"
|
"product"
|
"product_list"
|
"cta_url"
|
"flow"
;
}
Hierarchy
ClientTypedMessageComponent
InteractiveAction
Implemented by
ActionButtons
ActionCTA
ActionCatalog
ActionFlow
ActionList
ActionProduct
Index
Accessors
_type
Accessors
_type
get
_type
(
)
:
"list"
|
"button"
|
"catalog_message"
|
"product"
|
"product_list"
|
"cta_url"
|
"flow"
Returns
"list"
|
"button"
|
"catalog_message"
|
"product"
|
"product_list"
|
"cta_url"
|
"flow"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
_type
whatsapp-api-js - v2.3.0
WhatsAppAPI
emitters
messages
middleware
setup
types
utils
Generated using
TypeDoc
Polymorphism intensifies. Also helps with the _type typings :)