GridHighlightConfig
constructor(showGridExtensionLines: Boolean? = null, showPositiveLineNumbers: Boolean? = null, showNegativeLineNumbers: Boolean? = null, showAreaNames: Boolean? = null, showLineNames: Boolean? = null, showTrackSizes: Boolean? = null, gridBorderColor: DOM.RGBA? = null, cellBorderColor: DOM.RGBA? = null, rowLineColor: DOM.RGBA? = null, columnLineColor: DOM.RGBA? = null, gridBorderDash: Boolean? = null, cellBorderDash: Boolean? = null, rowLineDash: Boolean? = null, columnLineDash: Boolean? = null, rowGapColor: DOM.RGBA? = null, rowHatchColor: DOM.RGBA? = null, columnGapColor: DOM.RGBA? = null, columnHatchColor: DOM.RGBA? = null, areaBorderColor: DOM.RGBA? = null, gridBackgroundColor: DOM.RGBA? = null)