Class Key

Key information.

Hierarchy

  • Key

Constructors

Properties

color: string = '#cccccc'

Keycap CSS color.

defaultTextColor: string = '#000000'

Default CSS text color.

defaultTextSize: number = 3

Default text size.

Only used to optimize the KLE JSON size.

height: number = 1.0

Height of the raised primary shape in key units.

height2: number = 1.0

Height of the lowered secondary shape in key units.

isDecal: boolean = false

Whether the key is purely decorative.

isGhosted: boolean = false

Whether the key is rendered partially transparent.

isHoming: boolean = false

Whether the key is a homing key.

isStepped: boolean = false

Whether the key is stepped.

labels: Label[] = ...

12 Labels.

profileAndRow: string = ''

Keycap profile and row.

rotationAngle: number = 0.0

Rotation angle in degrees.

rotationX: number = 0.0

X position of the rotation origin in key units.

rotationY: number = 0.0

Y position of the rotation origin in key units.

switch: Switch = ...

Switch information.

width: number = 1.0

Width of the raised primary shape in key units.

width2: number = 1.0

Width of the lowered secondary shape in key units.

x: number = 0.0

X position of raised primary shape in key units.

x2: number = 0.0

X position offset of the lowered secondary shape in key units.

y: number = 0.0

Y position of the raised primary shape in key units.

y2: number = 0.0

Y position offset of the lowered secondary shape in key units.

Generated using TypeDoc