Skip to main content

Interface: PuzzleTab

Defined in: packages/blockly/core/renderers/common/constants.ts:52

An object containing sizing and path information about a puzzle tab.

Properties index

PropertyDescription
type-
width-
height-
pathDown-
pathUp-

Properties

type

type: number;

Defined in: packages/blockly/core/renderers/common/constants.ts:53


width

width: number;

Defined in: packages/blockly/core/renderers/common/constants.ts:54


height

height: number;

Defined in: packages/blockly/core/renderers/common/constants.ts:55


pathDown

pathDown: string;

Defined in: packages/blockly/core/renderers/common/constants.ts:56


pathUp

pathUp: string;

Defined in: packages/blockly/core/renderers/common/constants.ts:57