Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Object containing metadata of the page to open. Required if the handler type is openPage
.
Properties that reference this object type:
Syntax
Properties
pageId
Maps to the EntityId
of the tab. Used to navigate to a page in the app.
Type
string
Required
✅
Constraints
Supported values
subpageId
Maps to the SubEntityId
of the tab. Used to navigate to a subpage in the app.
Type
string
Required
—
Constraints
Supported values
Examples
{
"actions":
{
"handlers": [
{
"pageInfo": {
"pageId": "newTaskPage",
"subPageId": ""
}
}
]
}
}