update

fun update(string: String): String

Formats a string with the current variables.

Return

The formatted string.

Since

0.2.0

Parameters

string

The string to be formatted.


fun update(component: Component): Component

Formats a component and it's children with the current variables.

Return

The formatted component.

Since

0.2.0

Parameters

component

The component to be Formatted.

See also

Throws

If the component isn't a BuildableComponent