Interface

Meta-18MetaWindowConstructorProps

interface ConstructorProps {
    a11y_dbus_name: string;
    a11y_object_path: string;
    a11yDbusName: string;
    a11yObjectPath: string;
    above: boolean;
    appears_focused: boolean;
    appearsFocused: boolean;
    decorated: boolean;
    demands_attention: boolean;
    demandsAttention: boolean;
    display: Meta.Display;
    effect: number;
    fullscreen: boolean;
    gtk_app_menu_object_path: string | null;
    gtk_application_id: string | null;
    gtk_application_object_path: string | null;
    gtk_menubar_object_path: string | null;
    gtk_unique_bus_name: string | null;
    gtk_window_object_path: string | null;
    gtkApplicationId: string | null;
    gtkApplicationObjectPath: string | null;
    gtkAppMenuObjectPath: string | null;
    gtkMenubarObjectPath: string | null;
    gtkUniqueBusName: string | null;
    gtkWindowObjectPath: string | null;
    is_alive: boolean;
    isAlive: boolean;
    main_monitor: Meta.LogicalMonitor;
    mainMonitor: Meta.LogicalMonitor;
    mapped: boolean;
    maximized_horizontally: boolean;
    maximized_vertically: boolean;
    maximizedHorizontally: boolean;
    maximizedVertically: boolean;
    minimized: boolean;
    mutter_hints: string | null;
    mutterHints: string | null;
    on_all_workspaces: boolean;
    onAllWorkspaces: boolean;
    resizeable: boolean;
    skip_taskbar: boolean;
    skipTaskbar: boolean;
    tag: string | null;
    title: string;
    urgent: boolean;
    user_time: number;
    userTime: number;
    window_type: Meta.WindowType;
    windowType: Meta.WindowType;
    wm_class: string | null;
    wmClass: string | null;
}

Hierarchy (View Summary)

Index

Properties

a11y_dbus_name: string
a11y_object_path: string
a11yDbusName: string
a11yObjectPath: string
above: boolean
appears_focused: boolean
appearsFocused: boolean
decorated: boolean
demands_attention: boolean
demandsAttention: boolean
display: Meta.Display
effect: number
fullscreen: boolean
gtk_app_menu_object_path: string | null
gtk_application_id: string | null
gtk_application_object_path: string | null
gtk_menubar_object_path: string | null
gtk_unique_bus_name: string | null
gtk_window_object_path: string | null
gtkApplicationId: string | null
gtkApplicationObjectPath: string | null
gtkAppMenuObjectPath: string | null
gtkMenubarObjectPath: string | null
gtkUniqueBusName: string | null
gtkWindowObjectPath: string | null
is_alive: boolean
isAlive: boolean
main_monitor: Meta.LogicalMonitor
mainMonitor: Meta.LogicalMonitor
mapped: boolean
maximized_horizontally: boolean
maximized_vertically: boolean
maximizedHorizontally: boolean
maximizedVertically: boolean
minimized: boolean
mutter_hints: string | null
mutterHints: string | null
on_all_workspaces: boolean
onAllWorkspaces: boolean
resizeable: boolean
skip_taskbar: boolean
skipTaskbar: boolean
tag: string | null
title: string
urgent: boolean
user_time: number
userTime: number
window_type: Meta.WindowType
windowType: Meta.WindowType
wm_class: string | null
wmClass: string | null