Interface

Shell-18ShellGlobalConstructorProps

interface ConstructorProps {
    automation_script: Gio.File;
    automationScript: Gio.File;
    backend: Meta.Backend;
    compositor: Meta.Compositor;
    context: Meta.Context;
    datadir: string;
    display: Meta.Display;
    focus_manager: St.FocusManager;
    focusManager: St.FocusManager;
    force_animations: boolean;
    forceAnimations: boolean;
    frame_finish_timestamp: boolean;
    frame_timestamps: boolean;
    frameFinishTimestamp: boolean;
    frameTimestamps: boolean;
    screen_height: number;
    screen_width: number;
    screenHeight: number;
    screenWidth: number;
    session_mode: string;
    sessionMode: string;
    settings: Gio.Settings;
    stage: Clutter.Stage;
    switcheroo_control: Gio.DBusProxy;
    switcherooControl: Gio.DBusProxy;
    top_window_group: Clutter.Actor;
    topWindowGroup: Clutter.Actor;
    userdatadir: string;
    window_group: Clutter.Actor;
    window_manager: Shell.WM;
    windowGroup: Clutter.Actor;
    windowManager: Shell.WM;
    workspace_manager: Meta.WorkspaceManager;
    workspaceManager: Meta.WorkspaceManager;
}

Hierarchy (View Summary)

Index

Properties

automation_script: Gio.File
automationScript: Gio.File
backend: Meta.Backend
compositor: Meta.Compositor
context: Meta.Context
datadir: string
display: Meta.Display
focus_manager: St.FocusManager
focusManager: St.FocusManager
force_animations: boolean
forceAnimations: boolean
frame_finish_timestamp: boolean
frame_timestamps: boolean
frameFinishTimestamp: boolean
frameTimestamps: boolean
screen_height: number
screen_width: number
screenHeight: number
screenWidth: number
session_mode: string
sessionMode: string
settings: Gio.Settings
stage: Clutter.Stage
switcheroo_control: Gio.DBusProxy
switcherooControl: Gio.DBusProxy
top_window_group: Clutter.Actor
topWindowGroup: Clutter.Actor
userdatadir: string
window_group: Clutter.Actor
window_manager: Shell.WM
windowGroup: Clutter.Actor
windowManager: Shell.WM
workspace_manager: Meta.WorkspaceManager
workspaceManager: Meta.WorkspaceManager