Skip to content

RouteMapEntry

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-12-screenshots/screenshot-worker.types.ts

Route mapping entry for AI-assisted screenshot capture Maps URL paths to their component/template files and extracted selectors

Properties

PropertyType
componentFilestring
templateFilestring
selectors`{
buttons?: Array<{ selector: string; text?: string }>;
inputs?: Array<{ selector: string }>;
links?: Array<{ selector: string; text?: string }>;
modals?: Array<{ selector: string }>;
tables?: Array<{ selector: string }>;
forms?: Array<{ selector: string }>;

}| |requiredAuth|boolean` |

Was this page helpful?

Download as PDF