@nodert-win10-cu/windows.ui.webui
Version:
Use the Windows.UI.WebUI UWP API directly from Node.js
945 lines (745 loc) • 29.6 kB
JavaScript
_PrintContent = function () {
this.allPages = 0;
this.currentPage = 1;
this.customPageRange = 2;
this.currentSelection = 3;
}
exports.PrintContent = new _PrintContent();
WebUIPrintTaskSettingsActivatedEventArgs = (function () {
var cls = function WebUIPrintTaskSettingsActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.configuration = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIPrintTaskSettingsActivatedEventArgs = WebUIPrintTaskSettingsActivatedEventArgs;
WebUIPrint3DWorkflowActivatedEventArgs = (function () {
var cls = function WebUIPrint3DWorkflowActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.workflow = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIPrint3DWorkflowActivatedEventArgs = WebUIPrint3DWorkflowActivatedEventArgs;
WebUILockScreenCallActivatedEventArgs = (function () {
var cls = function WebUILockScreenCallActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.currentlyShownApplicationViewId = new Number();
this.arguments = new String();
this.tileId = new String();
this.callUI = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUILockScreenCallActivatedEventArgs = WebUILockScreenCallActivatedEventArgs;
WebUICameraSettingsActivatedEventArgs = (function () {
var cls = function WebUICameraSettingsActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.videoDeviceController = new Object();
this.videoDeviceExtension = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUICameraSettingsActivatedEventArgs = WebUICameraSettingsActivatedEventArgs;
WebUIContactPickerActivatedEventArgs = (function () {
var cls = function WebUIContactPickerActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.contactPickerUI = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIContactPickerActivatedEventArgs = WebUIContactPickerActivatedEventArgs;
WebUIContactCallActivatedEventArgs = (function () {
var cls = function WebUIContactCallActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.verb = new String();
this.contact = new Object();
this.serviceId = new String();
this.serviceUserId = new String();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIContactCallActivatedEventArgs = WebUIContactCallActivatedEventArgs;
WebUIContactMessageActivatedEventArgs = (function () {
var cls = function WebUIContactMessageActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.verb = new String();
this.contact = new Object();
this.serviceId = new String();
this.serviceUserId = new String();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIContactMessageActivatedEventArgs = WebUIContactMessageActivatedEventArgs;
WebUIContactMapActivatedEventArgs = (function () {
var cls = function WebUIContactMapActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.verb = new String();
this.address = new Object();
this.contact = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIContactMapActivatedEventArgs = WebUIContactMapActivatedEventArgs;
WebUIContactPostActivatedEventArgs = (function () {
var cls = function WebUIContactPostActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.verb = new String();
this.contact = new Object();
this.serviceId = new String();
this.serviceUserId = new String();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIContactPostActivatedEventArgs = WebUIContactPostActivatedEventArgs;
WebUIContactVideoCallActivatedEventArgs = (function () {
var cls = function WebUIContactVideoCallActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.verb = new String();
this.contact = new Object();
this.serviceId = new String();
this.serviceUserId = new String();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIContactVideoCallActivatedEventArgs = WebUIContactVideoCallActivatedEventArgs;
WebUISearchActivatedEventArgs = (function () {
var cls = function WebUISearchActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.currentlyShownApplicationViewId = new Number();
this.language = new String();
this.queryText = new String();
this.linguisticDetails = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUISearchActivatedEventArgs = WebUISearchActivatedEventArgs;
WebUIWalletActionActivatedEventArgs = (function () {
var cls = function WebUIWalletActionActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.actionId = new String();
this.actionKind = new Number();
this.itemId = new String();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIWalletActionActivatedEventArgs = WebUIWalletActionActivatedEventArgs;
WebUIAppointmentsProviderAddAppointmentActivatedEventArgs = (function () {
var cls = function WebUIAppointmentsProviderAddAppointmentActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.verb = new String();
this.addAppointmentOperation = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIAppointmentsProviderAddAppointmentActivatedEventArgs = WebUIAppointmentsProviderAddAppointmentActivatedEventArgs;
WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs = (function () {
var cls = function WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.verb = new String();
this.replaceAppointmentOperation = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs = WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs;
WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs = (function () {
var cls = function WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.verb = new String();
this.removeAppointmentOperation = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs = WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs;
WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs = (function () {
var cls = function WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.verb = new String();
this.instanceStartDate = new Date();
this.localId = new String();
this.roamingId = new String();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs = WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs;
WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs = (function () {
var cls = function WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.verb = new String();
this.duration = new Number();
this.timeToShow = new Date();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs = WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs;
WebUIContactPanelActivatedEventArgs = (function () {
var cls = function WebUIContactPanelActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.contact = new Object();
this.contactPanel = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIContactPanelActivatedEventArgs = WebUIContactPanelActivatedEventArgs;
WebUIUserDataAccountProviderActivatedEventArgs = (function () {
var cls = function WebUIUserDataAccountProviderActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.operation = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIUserDataAccountProviderActivatedEventArgs = WebUIUserDataAccountProviderActivatedEventArgs;
WebUIDevicePairingActivatedEventArgs = (function () {
var cls = function WebUIDevicePairingActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.deviceInformation = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIDevicePairingActivatedEventArgs = WebUIDevicePairingActivatedEventArgs;
WebUIVoiceCommandActivatedEventArgs = (function () {
var cls = function WebUIVoiceCommandActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.result = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIVoiceCommandActivatedEventArgs = WebUIVoiceCommandActivatedEventArgs;
ActivatedDeferral = (function () {
var cls = function ActivatedDeferral() {
};
cls.prototype.complete = function complete() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
return cls;
}) ();
exports.ActivatedDeferral = ActivatedDeferral;
ActivatedOperation = (function () {
var cls = function ActivatedOperation() {
};
cls.prototype.getDeferral = function getDeferral() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="ActivatedDeferral" />
/// </signature>
return new ActivatedDeferral();
}
return cls;
}) ();
exports.ActivatedOperation = ActivatedOperation;
IActivatedEventArgsDeferral = (function () {
var cls = function IActivatedEventArgsDeferral() {
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.IActivatedEventArgsDeferral = IActivatedEventArgsDeferral;
WebUILaunchActivatedEventArgs = (function () {
var cls = function WebUILaunchActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.currentlyShownApplicationViewId = new Number();
this.arguments = new String();
this.tileId = new String();
this.prelaunchActivated = new Boolean();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUILaunchActivatedEventArgs = WebUILaunchActivatedEventArgs;
WebUIShareTargetActivatedEventArgs = (function () {
var cls = function WebUIShareTargetActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.shareOperation = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIShareTargetActivatedEventArgs = WebUIShareTargetActivatedEventArgs;
WebUIFileActivatedEventArgs = (function () {
var cls = function WebUIFileActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.currentlyShownApplicationViewId = new Number();
this.files = new Object();
this.verb = new String();
this.neighboringFilesQuery = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIFileActivatedEventArgs = WebUIFileActivatedEventArgs;
WebUIProtocolActivatedEventArgs = (function () {
var cls = function WebUIProtocolActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.currentlyShownApplicationViewId = new Number();
this.uri = new Object();
this.callerPackageFamilyName = new String();
this.data = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIProtocolActivatedEventArgs = WebUIProtocolActivatedEventArgs;
WebUIProtocolForResultsActivatedEventArgs = (function () {
var cls = function WebUIProtocolForResultsActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.currentlyShownApplicationViewId = new Number();
this.uri = new Object();
this.callerPackageFamilyName = new String();
this.data = new Object();
this.protocolForResultsOperation = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIProtocolForResultsActivatedEventArgs = WebUIProtocolForResultsActivatedEventArgs;
WebUIFileOpenPickerActivatedEventArgs = (function () {
var cls = function WebUIFileOpenPickerActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.fileOpenPickerUI = new Object();
this.callerPackageFamilyName = new String();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIFileOpenPickerActivatedEventArgs = WebUIFileOpenPickerActivatedEventArgs;
WebUIFileSavePickerActivatedEventArgs = (function () {
var cls = function WebUIFileSavePickerActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.fileSavePickerUI = new Object();
this.callerPackageFamilyName = new String();
this.enterpriseId = new String();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIFileSavePickerActivatedEventArgs = WebUIFileSavePickerActivatedEventArgs;
WebUICachedFileUpdaterActivatedEventArgs = (function () {
var cls = function WebUICachedFileUpdaterActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.cachedFileUpdaterUI = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUICachedFileUpdaterActivatedEventArgs = WebUICachedFileUpdaterActivatedEventArgs;
WebUIDeviceActivatedEventArgs = (function () {
var cls = function WebUIDeviceActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.currentlyShownApplicationViewId = new Number();
this.deviceInformationId = new String();
this.verb = new String();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIDeviceActivatedEventArgs = WebUIDeviceActivatedEventArgs;
WebUILockScreenActivatedEventArgs = (function () {
var cls = function WebUILockScreenActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.currentlyShownApplicationViewId = new Number();
this.info = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUILockScreenActivatedEventArgs = WebUILockScreenActivatedEventArgs;
WebUIRestrictedLaunchActivatedEventArgs = (function () {
var cls = function WebUIRestrictedLaunchActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.sharedContext = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIRestrictedLaunchActivatedEventArgs = WebUIRestrictedLaunchActivatedEventArgs;
WebUIFileOpenPickerContinuationEventArgs = (function () {
var cls = function WebUIFileOpenPickerContinuationEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.continuationData = new Object();
this.files = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIFileOpenPickerContinuationEventArgs = WebUIFileOpenPickerContinuationEventArgs;
WebUIFileSavePickerContinuationEventArgs = (function () {
var cls = function WebUIFileSavePickerContinuationEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.continuationData = new Object();
this.file = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIFileSavePickerContinuationEventArgs = WebUIFileSavePickerContinuationEventArgs;
WebUIFolderPickerContinuationEventArgs = (function () {
var cls = function WebUIFolderPickerContinuationEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.continuationData = new Object();
this.folder = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIFolderPickerContinuationEventArgs = WebUIFolderPickerContinuationEventArgs;
WebUIWebAuthenticationBrokerContinuationEventArgs = (function () {
var cls = function WebUIWebAuthenticationBrokerContinuationEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.continuationData = new Object();
this.webAuthenticationResult = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIWebAuthenticationBrokerContinuationEventArgs = WebUIWebAuthenticationBrokerContinuationEventArgs;
WebUIWebAccountProviderActivatedEventArgs = (function () {
var cls = function WebUIWebAccountProviderActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.operation = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIWebAccountProviderActivatedEventArgs = WebUIWebAccountProviderActivatedEventArgs;
WebUIDialReceiverActivatedEventArgs = (function () {
var cls = function WebUIDialReceiverActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.currentlyShownApplicationViewId = new Number();
this.appName = new String();
this.arguments = new String();
this.tileId = new String();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIDialReceiverActivatedEventArgs = WebUIDialReceiverActivatedEventArgs;
WebUIToastNotificationActivatedEventArgs = (function () {
var cls = function WebUIToastNotificationActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.user = new Object();
this.argument = new String();
this.userInput = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIToastNotificationActivatedEventArgs = WebUIToastNotificationActivatedEventArgs;
WebUILockScreenComponentActivatedEventArgs = (function () {
var cls = function WebUILockScreenComponentActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUILockScreenComponentActivatedEventArgs = WebUILockScreenComponentActivatedEventArgs;
WebUIPrintWorkflowForegroundTaskActivatedEventArgs = (function () {
var cls = function WebUIPrintWorkflowForegroundTaskActivatedEventArgs() {
this.kind = new Number();
this.previousExecutionState = new Number();
this.splashScreen = new Object();
this.activatedOperation = new ActivatedOperation();
};
return cls;
}) ();
exports.WebUIPrintWorkflowForegroundTaskActivatedEventArgs = WebUIPrintWorkflowForegroundTaskActivatedEventArgs;
IWebUINavigatedEventArgs = (function () {
var cls = function IWebUINavigatedEventArgs() {
this.navigatedOperation = new WebUINavigatedOperation();
};
return cls;
}) ();
exports.IWebUINavigatedEventArgs = IWebUINavigatedEventArgs;
WebUINavigatedOperation = (function () {
var cls = function WebUINavigatedOperation() {
};
cls.prototype.getDeferral = function getDeferral() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="WebUINavigatedDeferral" />
/// </signature>
return new WebUINavigatedDeferral();
}
return cls;
}) ();
exports.WebUINavigatedOperation = WebUINavigatedOperation;
SuspendingDeferral = (function () {
var cls = function SuspendingDeferral() {
};
cls.prototype.complete = function complete() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
return cls;
}) ();
exports.SuspendingDeferral = SuspendingDeferral;
SuspendingOperation = (function () {
var cls = function SuspendingOperation() {
this.deadline = new Date();
};
cls.prototype.getDeferral = function getDeferral() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
return cls;
}) ();
exports.SuspendingOperation = SuspendingOperation;
SuspendingEventArgs = (function () {
var cls = function SuspendingEventArgs() {
this.suspendingOperation = new Object();
};
return cls;
}) ();
exports.SuspendingEventArgs = SuspendingEventArgs;
LeavingBackgroundEventArgs = (function () {
var cls = function LeavingBackgroundEventArgs() {
};
cls.prototype.getDeferral = function getDeferral() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
return cls;
}) ();
exports.LeavingBackgroundEventArgs = LeavingBackgroundEventArgs;
EnteredBackgroundEventArgs = (function () {
var cls = function EnteredBackgroundEventArgs() {
};
cls.prototype.getDeferral = function getDeferral() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
return cls;
}) ();
exports.EnteredBackgroundEventArgs = EnteredBackgroundEventArgs;
IWebUIBackgroundTaskInstance = (function () {
var cls = function IWebUIBackgroundTaskInstance() {
this.succeeded = new Boolean();
};
return cls;
}) ();
exports.IWebUIBackgroundTaskInstance = IWebUIBackgroundTaskInstance;
WebUIBackgroundTaskInstanceRuntimeClass = (function () {
var cls = function WebUIBackgroundTaskInstanceRuntimeClass() {
this.progress = new Number();
this.instanceId = new String();
this.suspendedCount = new Number();
this.task = new Object();
this.triggerDetails = new Object();
this.succeeded = new Boolean();
};
cls.prototype.getDeferral = function getDeferral() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.WebUIBackgroundTaskInstanceRuntimeClass = WebUIBackgroundTaskInstanceRuntimeClass;
WebUIBackgroundTaskInstance = (function () {
var cls = function WebUIBackgroundTaskInstance() {
};
cls.current = new IWebUIBackgroundTaskInstance();
return cls;
}) ();
exports.WebUIBackgroundTaskInstance = WebUIBackgroundTaskInstance;
WebUINavigatedDeferral = (function () {
var cls = function WebUINavigatedDeferral() {
};
cls.prototype.complete = function complete() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
return cls;
}) ();
exports.WebUINavigatedDeferral = WebUINavigatedDeferral;
WebUINavigatedEventArgs = (function () {
var cls = function WebUINavigatedEventArgs() {
this.navigatedOperation = new WebUINavigatedOperation();
};
return cls;
}) ();
exports.WebUINavigatedEventArgs = WebUINavigatedEventArgs;
WebUIApplication = (function () {
var cls = function WebUIApplication() {
};
cls.enablePrelaunch = function enablePrelaunch(value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="Boolean">A param.</param>
/// </signature>
}
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.WebUIApplication = WebUIApplication;
HtmlPrintDocumentSource = (function () {
var cls = function HtmlPrintDocumentSource() {
this.topMargin = new Number();
this.shrinkToFit = new Boolean();
this.rightMargin = new Number();
this.percentScale = new Number();
this.leftMargin = new Number();
this.enableHeaderFooter = new Boolean();
this.content = new PrintContent();
this.bottomMargin = new Number();
this.pageRange = new String();
};
cls.prototype.trySetPageRange = function trySetPageRange(strPageRange) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="strPageRange" type="String">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.prototype.close = function close() {
}
return cls;
}) ();
exports.HtmlPrintDocumentSource = HtmlPrintDocumentSource;