sesaparcours
    Preparing search index...

    Describes the width, height and location of the toolbox on the main workspace.

    interface ToolboxMetrics {
        height: number;
        position: Blockly.utils.toolbox.Position;
        width: number;
    }
    Index

    Properties

    Properties

    height: number
    width: number