CSSUtil.hboxMethod
hbox(el...)

Horizontally align mulitple web components.
CSSUtil.hlineMethod
hline()

Draw a horizonal line.

Keyword Arguments:

  • style: Indicates whether line should be solid or dotted.

Defaults to "solid"

  • w: Specifies line width. Defaults to 1px
  • color: specifies color in hex code RGB. Defaults to "#dedede".
CSSUtil.vboxMethod
vbox(el...)

Vertically align mulitple web components.
CSSUtil.vlineMethod
vline()

Draw a vertical line.

Keyword Arguments:

  • style: Indicates whether line should be solid or dotted.

Defaults to "solid"

  • w: Specifies line width. Defaults to 1px
  • color: specifies color in hex code RGB. Defaults to "#dedede".
CSSUtil.FallthroughType

When a Node's instanceof field is set to Fallthrough() it renders it only child and places it in place of itself ("splat"s its children with the Node's own siblings)

This is useful when you want to defer rendering an object till its parents have been rendered