Copyright © 2021 by K4.org
  (v.0.48.124)

This Design provides most common 'style' parameters

Index

Rules

backgroundColor

backgroundColor: String

A simple html color name, or a specification as shown in: https://developer.mozilla.org/en-US/docs/Web/CSS/background.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : ""

example

"content-box radial-gradient(crimson, skyblue)"

color

color: String

The color of the content, as opposed to the background.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : ""

fontFace

fontFace: String

The name of the font face.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "default"

fontSize

fontSize: String

The size of the font. One of 'normal', ?

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "normal"

style

style: Any

Internal Use Only.

Flags : Cached, Spec (Note this is uncached)

Expression : R.collectPartialSpec(this)

styleOverrideTag

styleOverrideTag: String

Use to override the style on this instance.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : this.designName

textSize

textSize: String

One of 'normal'. The relative size of the text.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "normal"

textStyle

textStyle: String

One of 'regular', 'bold', 'italic', 'underline', or in comma-separated combinations.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "regular"