PageHostMetadata
¶
Defines properties and message types for PageHost.
Inherits properties and message types from PageMetadata.
PageHostMetadata.TransitionsProperty¶ | Transitions to be used within this PageHost node. |
PageHostMetadata.DefaultSubPageProperty¶ | The default or the currently active subpage, which Kanzi automatically activates whenever this PageHost node becomes active. |
PageHostMetadata.LoopSubPagesProperty¶ | Loop the subpages when navigating to the next or previous subpage. |
PageHostMetadata.NavigationStartedMessage¶ | Page host has started navigation process. |
PageHostMetadata.NavigationFinishedMessage¶ | Page host has finished navigation process. |
PageHostMetadata.NavigateNextMessage¶ | Navigates to the next subpage. Arguments: PageMetadata.NavigateNextMessageArguments |
PageHostMetadata.NavigatePreviousMessage¶ | Navigates to the previous subpage. |
Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.