lineId

open fun lineId(row: Int): Long

Returns the stable logical line identity for visible row.

The identity is owned by core and moves with content through scrolling and resize reflow. It is intended for renderer-side metadata projection such as shell integration decorations; renderers must treat 0 as "identity unavailable".

Return

stable logical line id, or 0 when the frame implementation does not expose one.

Parameters

row

zero-based visible row index.