CollectedPreview
data class CollectedPreview(val id: String, val displayName: String = id, val filePath: String? = null, val startLineNumber: Int? = null, val endLineNumber: Int? = null, val code: String? = null, val kdoc: String? = null, val content: @Composable () -> Unit) : PreviewLabPreview
Properties
Link copied to clipboard
The content of Preview. You can display the content of Preview by calling invoke().
Link copied to clipboard
The value set to displayName of the ComposePreviewLabOption annotation.
Link copied to clipboard
The ending line number of Preview (1-based, inclusive).
Link copied to clipboard
The starting line number of Preview (1-based).