SAData

data class SAData(val fullText: String = "", val blocks: List<SABlock> = emptyList(), val steps: List<SAStep> = listOf(emptyMap()))

Constructors

Link copied to clipboard
constructor(fullText: String = "", blocks: List<SABlock> = emptyList(), steps: List<SAStep> = listOf(emptyMap()))

Types

Link copied to clipboard
sealed class State

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun SAData.hiddenRanges(step: Int): List<TextRange>