Static ReadonlyType
Static ReadonlyEncoded
Encoded: {
outputDir: string;
captureVideo: boolean;
viewports: readonly { name: string; width: number; height: number }[];
maxDepth: number;
waitTime: number;
videoOptions: { duration: number; interactions: boolean };
includeSubdomains: boolean;
allowedHosts: readonly string[];
routeConcurrency: number;
menuInteractionSelectors: readonly string[];
screenshotHideSelectors: readonly string[];
ffmpegPath: string;
warmupScroll: boolean;
}
Static ReadonlyContext
Context: never
Static Readonly[TypeId]
"[TypeId]": { _A: Invariant<CaptureConfig>; _I: Invariant< { outputDir: string; captureVideo: boolean; viewports: readonly { name: string; width: number; height: number }[]; maxDepth: number; waitTime: number; videoOptions: { duration: number; interactions: boolean }; includeSubdomains: boolean; allowedHosts: readonly string[]; routeConcurrency: number; menuInteractionSelectors: readonly string[]; screenshotHideSelectors: readonly string[]; ffmpegPath: string; warmupScroll: boolean; }, >; _R: Covariant<never>;} Static Readonlyast
ast: Transformation
Static Readonlyfields
fields: { outputDir: typeof String$; captureVideo: typeof Boolean$; viewports: Array$<typeof ViewportConfig>; maxDepth: filter<Schema<number, number, never>>; waitTime: filter<Schema<number, number, never>>; videoOptions: typeof VideoOptions; includeSubdomains: typeof Boolean$; allowedHosts: Array$<typeof String$>; routeConcurrency: filter<Schema<number, number, never>>; menuInteractionSelectors: Array$<typeof String$>; screenshotHideSelectors: Array$<typeof String$>; ffmpegPath: typeof String$; warmupScroll: typeof Boolean$;} Static Readonlyidentifier
identifier: string
ReadonlyoutputDir
outputDir: string = S.String
ReadonlycaptureVideo
captureVideo: boolean = S.Boolean
Readonlyviewports
ReadonlymaxDepth
maxDepth: number = ...
ReadonlywaitTime
waitTime: number = ...
ReadonlyvideoOptions
ReadonlyincludeSubdomains
includeSubdomains: boolean = S.Boolean
ReadonlyallowedHosts
allowedHosts: readonly string[] = ...
ReadonlyrouteConcurrency
routeConcurrency: number = ...
menuInteractionSelectors: readonly string[] = ...
ReadonlyscreenshotHideSelectors
screenshotHideSelectors: readonly string[] = ...
ReadonlyffmpegPath
ffmpegPath: string = S.String
warmupScroll: boolean = S.Boolean
Since
0.69.3