struct Protocol::Overlay::GridHighlightConfig

Overview

Configuration data for the highlighting of Grid elements.

Included Modules

Defined in:

protocol/overlay.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def area_border_color : DOM::RGBA | Nil #

The named grid areas border color (Default: transparent).


[View source]
def cell_border_color : DOM::RGBA | Nil #

The cell border color (default: transparent). Deprecated, please use rowLineColor and columnLineColor instead.


[View source]
def cell_border_dash : Bool | Nil #

Whether the cell border is dashed (default: false). Deprecated, please us rowLineDash and columnLineDash instead.


[View source]
def column_gap_color : DOM::RGBA | Nil #

The column gap highlight fill color (default: transparent).


[View source]
def column_hatch_color : DOM::RGBA | Nil #

The column gap hatching fill color (default: transparent).


[View source]
def column_line_color : DOM::RGBA | Nil #

The column line color (default: transparent).


[View source]
def column_line_dash : Bool | Nil #

Whether column lines are dashed (default: false).


[View source]
def grid_background_color : DOM::RGBA | Nil #

The grid container background color (Default: transparent).


[View source]
def grid_border_color : DOM::RGBA | Nil #

The grid container border highlight color (default: transparent).


[View source]
def grid_border_dash : Bool | Nil #

Whether the grid border is dashed (default: false).


[View source]
def row_gap_color : DOM::RGBA | Nil #

The row gap highlight fill color (default: transparent).


[View source]
def row_hatch_color : DOM::RGBA | Nil #

The row gap hatching fill color (default: transparent).


[View source]
def row_line_color : DOM::RGBA | Nil #

The row line color (default: transparent).


[View source]
def row_line_dash : Bool | Nil #

Whether row lines are dashed (default: false).


[View source]
def show_area_names : Bool | Nil #

Show area name labels (default: false).


[View source]
def show_grid_extension_lines : Bool | Nil #

Whether the extension lines from grid cells to the rulers should be shown (default: false).


[View source]
def show_line_names : Bool | Nil #

Show line name labels (default: false).


[View source]
def show_negative_line_numbers : Bool | Nil #

Show Negative line number labels (default: false).


[View source]
def show_positive_line_numbers : Bool | Nil #

Show Positive line number labels (default: false).


[View source]
def show_track_sizes : Bool | Nil #

Show track size labels (default: false).


[View source]