Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModuleGridSettings

Hierarchy

  • ModuleGridSettings

Index

Properties

color: string

Color of grid text and lines. Can be any CSS valid color string

fontFamily: string

Font family of grid text (should be supported by the browser)

fontSize: number

Font size of grid text (in pixels, no unit)

height: number

Height of grid lines (in pixels, no unit)

textPadding: number

Vertical distance between text and lines (in pixels, no unit)

Methods

  • formatter(realValue: number): string
  • Formatter used to format values before rendering them as text

    Parameters

    • realValue: number

    Returns string

Generated using TypeDoc