struct Protocol::Overlay::GridHighlightConfig
- Protocol::Overlay::GridHighlightConfig
- Struct
- Value
- Object
Overview
Configuration data for the highlighting of Grid elements.
Included Modules
- JSON::Serializable
Defined in:
protocol/overlay.crConstructors
Instance Method Summary
-
#area_border_color : DOM::RGBA | Nil
The named grid areas border color (Default: transparent).
-
#cell_border_color : DOM::RGBA | Nil
The cell border color (default: transparent).
-
#cell_border_dash : Bool | Nil
Whether the cell border is dashed (default: false).
-
#column_gap_color : DOM::RGBA | Nil
The column gap highlight fill color (default: transparent).
-
#column_hatch_color : DOM::RGBA | Nil
The column gap hatching fill color (default: transparent).
-
#column_line_color : DOM::RGBA | Nil
The column line color (default: transparent).
-
#column_line_dash : Bool | Nil
Whether column lines are dashed (default: false).
-
#grid_background_color : DOM::RGBA | Nil
The grid container background color (Default: transparent).
-
#grid_border_color : DOM::RGBA | Nil
The grid container border highlight color (default: transparent).
-
#grid_border_dash : Bool | Nil
Whether the grid border is dashed (default: false).
-
#row_gap_color : DOM::RGBA | Nil
The row gap highlight fill color (default: transparent).
-
#row_hatch_color : DOM::RGBA | Nil
The row gap hatching fill color (default: transparent).
-
#row_line_color : DOM::RGBA | Nil
The row line color (default: transparent).
-
#row_line_dash : Bool | Nil
Whether row lines are dashed (default: false).
-
#show_area_names : Bool | Nil
Show area name labels (default: false).
-
#show_grid_extension_lines : Bool | Nil
Whether the extension lines from grid cells to the rulers should be shown (default: false).
-
#show_line_names : Bool | Nil
Show line name labels (default: false).
-
#show_negative_line_numbers : Bool | Nil
Show Negative line number labels (default: false).
-
#show_positive_line_numbers : Bool | Nil
Show Positive line number labels (default: false).
-
#show_track_sizes : Bool | Nil
Show track size labels (default: false).
Constructor Detail
Instance Method Detail
The named grid areas border color (Default: transparent).
The cell border color (default: transparent). Deprecated, please use rowLineColor and columnLineColor instead.
Whether the cell border is dashed (default: false). Deprecated, please us rowLineDash and columnLineDash instead.
The column gap highlight fill color (default: transparent).
The column gap hatching fill color (default: transparent).
The column line color (default: transparent).
The grid container background color (Default: transparent).
The grid container border highlight color (default: transparent).
The row gap highlight fill color (default: transparent).
The row gap hatching fill color (default: transparent).
Whether the extension lines from grid cells to the rulers should be shown (default: false).