LintGutterConfig

data class LintGutterConfig(val hoverTime: Long = 300, val markerFilter: (diagnostics: List<Diagnostic>) -> List<Diagnostic>? = null, val tooltipFilter: (diagnostics: List<Diagnostic>) -> List<Diagnostic>? = null)

Configuration for the lint gutter.

Constructors

Link copied to clipboard
constructor(hoverTime: Long = 300, markerFilter: (diagnostics: List<Diagnostic>) -> List<Diagnostic>? = null, tooltipFilter: (diagnostics: List<Diagnostic>) -> List<Diagnostic>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val markerFilter: (diagnostics: List<Diagnostic>) -> List<Diagnostic>?
Link copied to clipboard
val tooltipFilter: (diagnostics: List<Diagnostic>) -> List<Diagnostic>?