ButtonFontWeight

Defines the font weight (normal, bold) of the button text.

Schema: tchmi:framework#/definitions/FontWeight

Attribute getter

public getButtonFontWeight(): FontWeight | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

FontWeight, undefined

The current value of the attribute.

Attribute setter

public setButtonFontWeight(valueNew: FontWeight | null): void;

Parameter

Name

Type

Description

valueNew

FontWeight, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

ButtonFontWeight 1:

Available from version 1.10