The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Hub.loadingState property

Gets a value that indicates whether the hub is still loading or whether loading is complete. The value changes to complete after all the sections and content inside them has loaded.
Syntax
var loadingState = hub.loadingState;
Property value
Type: String
One of these values:
| Value | Condition |
|---|---|
|
The Hub has finished loading. |
|
The Hub is still loading. |
Requirements
|
Minimum WinJS version |
WinJS 2.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
- Hub
- HubSection
- AppBar
- NavBar
- BackButton
- Your first app - Part 3: PageControl objects and navigation
- Quickstart: Using a hub control for layout and navigation
- Navigating between pages (HTML)
- Adding app bars
- Adding nav bars
- HTML Hub control sample
- HTML AppBar control sample
- HTML NavBar control sample
- Navigation and navigation history sample
- Designers
- Command patterns
- Navigation patterns
- Hub
- Guidelines for the hub control
Show: