commandText

fun commandText(recordId: Int): String?

Returns the retained command text for recordId.

Command text is optional metadata captured from the render frame at the command-start marker. null means the text was unavailable, ambiguous, too large for the configured bound, or the record has been evicted.

Return

captured command text, or null when no safe text is retained.

Parameters

recordId

stable command record id previously exposed by viewport or record projection APIs.