UNPKG

@nodert-win11/windows.ui.webui

Version:

Use the Windows.UI.WebUI UWP API directly from Node.js

1,216 lines (952 loc) 37.8 kB
Color = (function () { var cls = function Color() { }; return cls; }) (); exports.Color = Color; _PrintContent = function () { this.allPages = 0; this.currentPage = 1; this.customPageRange = 2; this.currentSelection = 3; } exports.PrintContent = new _PrintContent(); 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; BackgroundActivatedEventArgs = (function () { var cls = function BackgroundActivatedEventArgs() { this.taskInstance = new Object(); }; return cls; }) (); exports.BackgroundActivatedEventArgs = BackgroundActivatedEventArgs; 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; 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; IActivatedEventArgsDeferral = (function () { var cls = function IActivatedEventArgsDeferral() { this.activatedOperation = new ActivatedOperation(); }; return cls; }) (); exports.IActivatedEventArgsDeferral = IActivatedEventArgsDeferral; IWebUIBackgroundTaskInstance = (function () { var cls = function IWebUIBackgroundTaskInstance() { this.succeeded = new Boolean(); }; return cls; }) (); exports.IWebUIBackgroundTaskInstance = IWebUIBackgroundTaskInstance; IWebUINavigatedEventArgs = (function () { var cls = function IWebUINavigatedEventArgs() { this.navigatedOperation = new WebUINavigatedOperation(); }; return cls; }) (); exports.IWebUINavigatedEventArgs = IWebUINavigatedEventArgs; 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; NewWebUIViewCreatedEventArgs = (function () { var cls = function NewWebUIViewCreatedEventArgs() { this.activatedEventArgs = new Object(); this.hasPendingNavigate = new Boolean(); this.webUIView = new WebUIView(); }; cls.prototype.getDeferral = function getDeferral() { /// <signature> /// <summary>Function summary.</summary> /// <returns type="Object" /> /// </signature> return new Object(); } return cls; }) (); exports.NewWebUIViewCreatedEventArgs = NewWebUIViewCreatedEventArgs; SuspendingDeferral = (function () { var cls = function SuspendingDeferral() { }; cls.prototype.complete = function complete() { /// <signature> /// <summary>Function summary.</summary> /// </signature> } return cls; }) (); exports.SuspendingDeferral = SuspendingDeferral; SuspendingEventArgs = (function () { var cls = function SuspendingEventArgs() { this.suspendingOperation = new Object(); }; return cls; }) (); exports.SuspendingEventArgs = SuspendingEventArgs; 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; WebUIApplication = (function () { var cls = function WebUIApplication() { }; cls.requestRestartAsync = function requestRestartAsync(launchArguments, callback) { /// <signature> /// <summary>Function summary.</summary> /// <param name="launchArguments" type="String">A param.</param> /// </signature> } cls.requestRestartForUserAsync = function requestRestartForUserAsync(user, launchArguments, callback) { /// <signature> /// <summary>Function summary.</summary> /// <param name="user" type="Object">A param.</param> /// <param name="launchArguments" type="String">A param.</param> /// </signature> } 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; 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; 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; 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; 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; WebUIBackgroundTaskInstance = (function () { var cls = function WebUIBackgroundTaskInstance() { }; cls.current = new IWebUIBackgroundTaskInstance(); return cls; }) (); exports.WebUIBackgroundTaskInstance = WebUIBackgroundTaskInstance; 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; WebUIBarcodeScannerPreviewActivatedEventArgs = (function () { var cls = function WebUIBarcodeScannerPreviewActivatedEventArgs() { this.kind = new Number(); this.previousExecutionState = new Number(); this.splashScreen = new Object(); this.user = new Object(); this.connectionId = new String(); this.activatedOperation = new ActivatedOperation(); }; return cls; }) (); exports.WebUIBarcodeScannerPreviewActivatedEventArgs = WebUIBarcodeScannerPreviewActivatedEventArgs; 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; 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; WebUICommandLineActivatedEventArgs = (function () { var cls = function WebUICommandLineActivatedEventArgs() { 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.WebUICommandLineActivatedEventArgs = WebUICommandLineActivatedEventArgs; 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; 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; 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; 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; 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; 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; 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; 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; 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; 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; 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; 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; 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; 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; 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.tileActivatedInfo = new Object(); this.prelaunchActivated = new Boolean(); this.activatedOperation = new ActivatedOperation(); }; return cls; }) (); exports.WebUILaunchActivatedEventArgs = WebUILaunchActivatedEventArgs; 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; 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; 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; 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; 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; WebUIPhoneCallActivatedEventArgs = (function () { var cls = function WebUIPhoneCallActivatedEventArgs() { this.kind = new Number(); this.previousExecutionState = new Number(); this.splashScreen = new Object(); this.user = new Object(); this.lineId = new String(); this.activatedOperation = new ActivatedOperation(); }; return cls; }) (); exports.WebUIPhoneCallActivatedEventArgs = WebUIPhoneCallActivatedEventArgs; 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; 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; 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; 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; 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; 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; 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; WebUIStartupTaskActivatedEventArgs = (function () { var cls = function WebUIStartupTaskActivatedEventArgs() { this.kind = new Number(); this.previousExecutionState = new Number(); this.splashScreen = new Object(); this.user = new Object(); this.taskId = new String(); this.activatedOperation = new ActivatedOperation(); }; return cls; }) (); exports.WebUIStartupTaskActivatedEventArgs = WebUIStartupTaskActivatedEventArgs; 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; 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; WebUIView = (function () { var cls = function WebUIView() { this.ignoreApplicationContentUriRulesNavigationRestrictions = new Boolean(); this.applicationViewId = new Number(); this.source = new Object(); this.defaultBackgroundColor = new Object(); this.canGoBack = new Boolean(); this.canGoForward = new Boolean(); this.containsFullScreenElement = new Boolean(); this.deferredPermissionRequests = new Object(); this.documentTitle = new String(); this.settings = new Object(); }; cls.prototype.invokeScriptAsync = function invokeScriptAsync(scriptName, arguments, callback) { /// <signature> /// <summary>Function summary.</summary> /// <param name="scriptName" type="String">A param.</param> /// <param name="arguments" type="Object">A param.</param> /// </signature> } cls.prototype.capturePreviewToStreamAsync = function capturePreviewToStreamAsync(stream, callback) { /// <signature> /// <summary>Function summary.</summary> /// <param name="stream" type="Object">A param.</param> /// </signature> } cls.prototype.captureSelectedContentToDataPackageAsync = function captureSelectedContentToDataPackageAsync(callback) { /// <signature> /// <summary>Function summary.</summary> /// </signature> } cls.prototype.addInitializeScript = function addInitializeScript(script) { /// <signature> /// <summary>Function summary.</summary> /// <param name="script" type="String">A param.</param> /// </signature> } cls.prototype.goForward = function goForward() { /// <signature> /// <summary>Function summary.</summary> /// </signature> } cls.prototype.goBack = function goBack() { /// <signature> /// <summary>Function summary.</summary> /// </signature> } cls.prototype.refresh = function refresh() { /// <signature> /// <summary>Function summary.</summary> /// </signature> } cls.prototype.stop = function stop() { /// <signature> /// <summary>Function summary.</summary> /// </signature> } cls.prototype.navigate = function navigate(source) { /// <signature> /// <summary>Function summary.</summary> /// <param name="source" type="Object">A param.</param> /// </signature> } cls.prototype.navigateToString = function navigateToString(text) { /// <signature> /// <summary>Function summary.</summary> /// <param name="text" type="String">A param.</param> /// </signature> } cls.prototype.navigateToLocalStreamUri = function navigateToLocalStreamUri(source, streamResolver) { /// <signature> /// <summary>Function summary.</summary> /// <param name="source" type="Object">A param.</param> /// <param name="streamResolver" type="Object">A param.</param> /// </signature> } cls.prototype.navigateWithHttpRequestMessage = function navigateWithHttpRequestMessage(requestMessage) { /// <signature> /// <summary>Function summary.</summary> /// <param name="requestMessage" type="Object">A param.</param> /// </signature> } cls.prototype.buildLocalStreamUri = function buildLocalStreamUri(contentIdentifier, relativePath) { /// <signature> /// <summary>Function summary.</summary> /// <param name="contentIdentifier" type="String">A param.</param> /// <param name="relativePath" type="String">A param.</param> /// <returns type="Object" /> /// </signature> return new Object(); } cls.prototype.getDeferredPermissionRequestById = function getDeferredPermissionRequestById(id, result) { /// <signature> /// <summary>Function summary.</summary> /// <param name="id" type="Number">A param.</param> /// <param name="result" type="Object">A param.</param> /// </signature> } cls.createAsync = function createAsync(callback) { /// <signature> /// <summary>Function summary.</summary> /// </signature> } cls.createAsync = function createAsync(uri, callback) { /// <signature> /// <summary>Function summary.</summary> /// <param name="uri" type="Object">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.WebUIView = WebUIView; 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; 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; 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; 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;