PageHost¶
Class | orca.UIKit | extends Page
Container that manages multiple pages and navigation between them.
Overview¶
Properties¶
| Property | Type | Description |
|---|---|---|
ActivePage |
Page |
The currently active page. |
Messages¶
NavigateToPage¶
Navigates to a new page URL with an optional transition animation.
| Field | Type | Description |
|---|---|---|
URL |
string |
The URL of the page to navigate to. |
TransitionType |
TransitionType |
The type of transition animation to use during navigation. |
NavigateBack¶
Navigates back to the previous page with an optional transition animation.
| Field | Type | Description |
|---|---|---|
TransitionType |
TransitionType |
The type of transition animation to use during navigation. |