sesaparcours
    Preparing search index...
    interface BlocklyOptions {
        collapse?: boolean;
        comments?: boolean;
        css?: boolean;
        disable?: boolean;
        grid?: {
            colour?: string;
            length?: number;
            snap?: boolean;
            spacing?: number;
        };
        horizontalLayout?: boolean;
        maxInstances?: { [type: string]: number };
        maxTrashcanContents?: number;
        media?: string;
        move?: { drag?: boolean; scrollbars?: boolean; wheel?: boolean };
        oneBasedIndex?: boolean;
        parentWorkspace?: WorkspaceSvg;
        readOnly?: boolean;
        renderer?: string;
        rtl?: boolean;
        sounds?: boolean;
        theme?: Blockly.Theme | BlocklyThemeOptions;
        toolbox?: ToolboxDefinition;
        toolboxPosition?: string;
        trashcan?: boolean;
        zoom?: {
            controls?: boolean;
            maxScale?: number;
            minScale?: number;
            pinch?: boolean;
            scaleSpeed?: number;
            startScale?: number;
            wheel?: boolean;
        };
    }
    Index

    Properties

    collapse?: boolean
    comments?: boolean
    css?: boolean
    disable?: boolean
    grid?: { colour?: string; length?: number; snap?: boolean; spacing?: number }
    horizontalLayout?: boolean
    maxInstances?: { [type: string]: number }
    maxTrashcanContents?: number
    media?: string
    move?: { drag?: boolean; scrollbars?: boolean; wheel?: boolean }
    oneBasedIndex?: boolean
    parentWorkspace?: WorkspaceSvg
    readOnly?: boolean
    renderer?: string
    rtl?: boolean
    sounds?: boolean
    toolboxPosition?: string
    trashcan?: boolean
    zoom?: {
        controls?: boolean;
        maxScale?: number;
        minScale?: number;
        pinch?: boolean;
        scaleSpeed?: number;
        startScale?: number;
        wheel?: boolean;
    }