Open Page
This command lets you open a specific page inside an app.
Parameters
Parameters | Type |
---|---|
pageId | String |
Syntax
const pageInstance = kf.app.openPage("pageId");
Returns
The above command returns the Page instance.
Example scenario
If you are working with a complex app such as the payroll or employee management app, you can use this command to quickly open a specific page, like the appraisal list.