Skip to content

FindScreenshotsFn

reference
1 min readUpdated

Kind: Type

Source: atloria-monorepo/libs/pme-core/src/tools/find-screenshots.tool.ts

Function signature for querying screenshots. Injected at creation time — wraps PrismaService.screenshot.findMany().

Definition

ts
(
  projectId: string,
  options?: {
    urlPattern?: string;
    featureArea?: string;
    pageType?: string;
    viewport?: string;
    limit?: number;
  }
) => Promise<ScreenshotInfo[]>

Was this page helpful?

Download as PDF