FoundInPageEvent: NamedEvent & {
    type: "found-in-page";
} & {
    result: FindInPageResult;
}

Generated using TypeDoc