PowerKeys Scripting API
    Preparing search index...

    Interface WindowInspectOptions

    Options for a bounded classic-window inspection snapshot.

    interface WindowInspectOptions {
        target?: "cursor" | "foreground";
        windowId?: string;
        slowText?: boolean;
    }
    Index
    target?: "cursor" | "foreground"

    Target the top-level window under the host-sampled cursor, or the current foreground window. Defaults to cursor.

    windowId?: string

    Lock inspection to an existing WindowInfo id. Mutually exclusive with target.

    slowText?: boolean

    Use bounded window-message retrieval for aggregate child-control text instead of the faster caption lookup path. Selected-control and status-bar reads always use their bounded message paths. Defaults to false.