Skip to main content

Type Alias: TextBoxHandle

TextBoxHandle: object

TextBox handle type specifying its location in the world including bottomLeft and topRight and bottomRight and topLeft points, and its center world coordinates.

Type declaration

hasMoved

hasMoved: boolean

worldBoundingBox

worldBoundingBox: object

worldBoundingBox.bottomLeft

bottomLeft: Types.Point3

worldBoundingBox.bottomRight

bottomRight: Types.Point3

worldBoundingBox.topLeft

topLeft: Types.Point3

worldBoundingBox.topRight

topRight: Types.Point3

worldPosition

worldPosition: Types.Point3

Defined in

tools/src/types/ToolHandle.ts:11