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.
Describes the status of an IListDataSource.
Syntax
var WinJS.UI.DataSourceStatus = {
ready : "ready",
waiting : "waiting",
failure : "failure"
}
Members
The DataSourceStatus enumeration has these members.
Member | Value | Description |
---|---|---|
ready | "ready" | The IListDataSource is ready. |
waiting | "waiting" | The IListDataSource is still loading. |
failure | "failure" | The IListDataSource failed to load. |
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |