ParserConfig

data class ParserConfig(val enableLazyLoading: Boolean = true, val validateInput: Boolean = true)

Configuration for the timeline parser with sensible defaults.

Constructors

Link copied to clipboard
constructor(enableLazyLoading: Boolean = true, validateInput: Boolean = true)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to enable lazy loading for performance optimization.

Link copied to clipboard

Whether to validate input before parsing.