getScreenContext( )


Get's the screen's data.

developer preview tag

getScreenContext() returns the screen's data. This includes any data context passed into the screen on which the widget is placed, such as data defined when the screen is opened using toScreen().

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<ScreenContext>
Get a screen's data
JavaScript
Did this help?