LineLayoutResult Interface @beta

Represents a single line in a TextBlockLayoutResult.

Properties

Name Type Description
justificationRange Range2dProps Bounding box used when justifying the line.  
marker RunLayoutResult | undefined The marker run for the line, if any  
offsetFromDocument XAndY The offset of the line from the top and left of the TextBlock.  
range Range2dProps The range of all the runs (including the marker) contained in the line.  
runs RunLayoutResult[] The runs contained in the line.  

Defined in

Last Updated: 04 June, 2026