menu
AccessibilityTextResponseBounds
import { AccessibilityTextResponseBounds } from "destack:accessibility/binding";
Range bounds response.
1export struct AccessibilityTextResponseBounds {2 kind: "bounds";3 header: AccessibilityTextResponseHeader;4 rects: [AccessibilityTextRect];5}Members
kind: "bounds"Response discriminator.
header: AccessibilityTextResponseHeaderResponse header.
rects: [AccessibilityTextRect]Bounding rectangles when the query succeeded.