Home > blockly > blockRendering > OutsideCorners
blockRendering.OutsideCorners interface
An object containing sizing and path information about outside corners.
Signature:
export interface OutsideCorners
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| bottomLeft | string | ||
| bottomRight | string | ||
| rightHeight | number | ||
| topLeft | string | ||
| topRight | string |