• Parameters

    • title: string | RegExp

    Returns {
        by: {
            title: string | RegExp;
        };
        id: string;
        type: "window";
    }

    • by: {
          title: string | RegExp;
      }
      • title: string | RegExp
    • id: string
    • type: "window"

Generated using TypeDoc