MCPcopy Index your code
hub / github.com/material-shell/material-shell / pushModal

Method pushModal

src/manager/msFocusManager.ts:117–127  ·  view source on GitHub ↗
(
        actor: Clutter.Actor,
        options?: {
            timestamp?: number;
            options?: any;
            actionMode?: Shell.ActionMode;
        }
    )

Source from the content-addressed store, hash-verified

115 }
116
117 pushModal(
118 actor: Clutter.Actor,
119 options?: {
120 timestamp?: number;
121 options?: any;
122 actionMode?: Shell.ActionMode;
123 }
124 ) {
125 const grab = Main.pushModal(actor, options);
126 this.actorGrabMap.set(actor, grab);
127 }
128
129 popModal(actor: Clutter.Actor) {
130 const grab = this.actorGrabMap.get(actor);

Callers 3

toggleOverviewMethod · 0.80
startDragMethod · 0.80
startResizeMethod · 0.80

Calls 1

setMethod · 0.65

Tested by

no test coverage detected