// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. namespace Microsoft.Terminal.Settings.Editor { runtimeclass RenderingPageNavigationState { Microsoft.Terminal.Settings.Model.GlobalAppSettings Globals; }; [default_interface] runtimeclass Rendering : Windows.UI.Xaml.Controls.Page { Rendering(); RenderingPageNavigationState State { get; }; } }