elementActions.handlers.pageInfo object
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": ""
}
}
]
}
}