ExVEx.Style.Side (ExVEx v0.1.1)

Copy Markdown View Source

One side of a cell border: a line style and a colour.

Summary

Types

style()

@type style() ::
  :none
  | :thin
  | :medium
  | :dashed
  | :dotted
  | :thick
  | :double
  | :hair
  | :mediumDashed
  | :dashDot
  | :mediumDashDot
  | :dashDotDot
  | :mediumDashDotDot
  | :slantDashDot
  | atom()

t()

@type t() :: %ExVEx.Style.Side{color: ExVEx.Style.Color.t() | nil, style: style()}