EventPropertiesArticle interface
Article of event.
Properties
article |
Article content of event. |
article |
Article Id |
parameters | It provides a map of parameter name and value |
Property Details
articleContent
Article content of event.
articleContent?: string
Property Value
string
articleId
Article Id
articleId?: string
Property Value
string
parameters
It provides a map of parameter name and value
parameters?: Record<string, unknown>
Property Value
Record<string, unknown>