Type Alias ScreenRegionType

ScreenRegionType:
    | "roundButton"
    | "topBar"
    | "keyboard"
    | "safeRender"
    | "captureExitButton"

Defines the types of screen regions that can be configured for Lens rendering.

  • roundButton: Circular UI buttons (e.g., capture button)
  • topBar: Top navigation or status bar area
  • keyboard: Virtual keyboard area when shown
  • safeRender: Safe area for Lens content to avoid UI overlap
  • captureExitButton: Exit button for capture mode