Skip to main content

Home > blockly > Theme > setStartHats

Theme.setStartHats() method

Configure a theme's start hats.

Signature:

setStartHats(startHats: boolean): void;

Parameters

ParameterTypeDescription
startHatsbooleanTrue if the theme enables start hats, false otherwise.

Returns:

void