Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1.45 KB

_widget_contract_myts_.widgetprops.md

File metadata and controls

60 lines (32 loc) · 1.45 KB

@talentsoft-opensource/integration-widget-contract > "widget-contract-myts" > WidgetProps

Interface: WidgetProps

This interface represents the properties that the React widget will receive

Hierarchy

WidgetProps

Index

Properties


Properties

language

● language: string

Defined in widget-contract-myts.ts:66

The current user language. Uses a four letter format as defined here: https://msdn.microsoft.com/en-us/library/hh441729.aspx


myTSHostService

● myTSHostService: MyTSHostService

Defined in widget-contract-myts.ts:60

This object exposes a number of methods that allows the widget to communicate with the host page.


params

● params: object

Defined in widget-contract-myts.ts:72

Contains all non sensitive context parameters. The keys must be defined per widget and the values can be defined for each client in the Talentsoft administration.

Type declaration