⚠ This website is the beta version of the PCIbex documentation and is still under development. ⚠
Link Search Menu Expand Document

standard.bold

Button Controller DropDown Html MediaRecorder Scale Text TextInput Tooltip

syntax

getX(“ELEMENT_NAME”).bold()

What does getX() mean?

description

Bolds any text that appears in the element.


example


@newText("bolded-text", "Hello, text!")
$    .bold()
@    .print()
*,
@newButton("bolded-button", "Hello, button!")
$    .bold()
@    .print()

↳ Prints Hello, text! in bold, then prints a button that says Hello, button! in bold on a new line.