Interface: StartHat
Defined in: packages/blockly/core/renderers/common/constants.ts:36
An object containing sizing and path information about a start hat.
Properties index
| Property | Description |
|---|---|
| height | - |
| width | - |
| path | - |
Properties
height
height: number;
Defined in: packages/blockly/core/renderers/common/constants.ts:37
width
width: number;
Defined in: packages/blockly/core/renderers/common/constants.ts:38
path
path: string;
Defined in: packages/blockly/core/renderers/common/constants.ts:39