Skip to main content

blockly > Theme > setStartHats

Theme.setStartHats() method

Configure a theme's start hats.

Signature:

setStartHats(startHats: boolean): void;

Parameters

Parameter

Type

Description

startHats

boolean

True if the theme enables start hats, false otherwise.

Returns:

void