@blockly/fixed-edges

4.0.13 • Public • Published

@blockly/fixed-edges Built on Blockly

A Blockly MetricsManager that makes fixed edges more easily configurable.

Installation

Yarn

yarn add @blockly/fixed-edges

npm

npm install @blockly/fixed-edges --save

Usage

import * as Blockly from 'blockly';
import {FixedEdgesMetricsManager} from '@blockly/fixed-edges';

// Configure fixed edges
FixedEdgesMetricsManager.setFixedEdges({
  top: true,
  left: true,
});

// Inject Blockly.
const workspace = Blockly.inject('blocklyDiv', {
  toolbox: toolboxCategories,
  plugins: {
    metricsManager: FixedEdgesMetricsManager,
  },
});

API

  • setFixedEdges: Configures which edges are fixed. This does not prevent fixed edges set by no scrollbars or single-direction scrollbars.

License

Apache 2.0

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.13
    36
    • latest

Version History

Package Sidebar

Install

npm i @blockly/fixed-edges

Weekly Downloads

39

Version

4.0.13

License

Apache-2.0

Unpacked Size

30.3 kB

Total Files

7

Last publish

Collaborators

  • google-wombot
  • samelhusseini