RAGS - v1.11.0
    Preparing search index...

    Interface AgsProxy

    DBus proxy for the AGS application interface.

    interface AgsProxy {
        new AgsProxy(...args: unknown[]): AgsProxy;
        InspectorRemote: () => void;
        QuitRemote: () => void;
        RunFileRemote: (js: string, busName?: string, objPath?: string) => void;
        RunJsRemote: (js: string, busName?: string, objPath?: string) => void;
        RunPromiseRemote: (js: string, busName?: string, objPath?: string) => void;
        ToggleWindowSync: (name: string) => boolean;
        [key: string]: any;
    }

    Hierarchy

    • DBusProxy
      • AgsProxy

    Indexable

    • [key: string]: any
    Index

    Constructors

    Properties

    InspectorRemote: () => void
    QuitRemote: () => void
    RunFileRemote: (js: string, busName?: string, objPath?: string) => void
    RunJsRemote: (js: string, busName?: string, objPath?: string) => void
    RunPromiseRemote: (js: string, busName?: string, objPath?: string) => void

    Use RunJsRemote instead.

    ToggleWindowSync: (name: string) => boolean