Variable OutMessageSetTecsafeArticlesConst

OutMessageSetTecsafeArticles: MessageDefinition<{
    articles: TecsafeArticle[];
}> = ...

Outgoing message to send the shop's TECSAFE article list to the iframe. Sent automatically in response to a InMessageRequestTecsafeArticles, carrying the WidgetManagerConfig.tecsafeArticles of the widget manager.

Type declaration