Skip to content

EnhancedScreenshotMetadata

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/parser-core/src/interfaces/screenshot.interface.ts

Enhanced screenshot metadata with state machine context

Properties

PropertyType
urlstring
titlestring
componentstring
componentPathstring
stateMachinesstring[]
stateMachineDetailsStateMachine[]
currentStatestring
availableTransitionsstring[]
modalTriggersstring[]
interactionsUIInteraction[]
approvalStatesstring[]
terminalStatesstring[]
metadata`{
/**
 * Timestamp when screenshot was captured
 */
capturedAt?: Date;

/**
 * Viewport size used
 */
viewport?: {
  width: number;
  height: number;
};

/**
 * Whether this is a modal screenshot
 */
isModal?: boolean;

/**
 * Parent page URL if this is a modal
 */
parentUrl?: string;

}` |

Was this page helpful?

Download as PDF