Component.getTexts

Returns the Texts object that gives access to all texts available to the component. An individual text can then be accessed using its text id as shown in the examples below.

Javascript example:

 components.PREFIX1.texts.Txt1;
 components.PREFIX1.getTexts().Txt1.text;
 

returns Texts