Home > blockly > ConnectionDB > (constructor)
ConnectionDB.(constructor)
Constructs a new instance of the ConnectionDB class
Signature:
constructor(connectionChecker: IConnectionChecker);
Parameters
| Parameter | Type | Description |
|---|---|---|
| connectionChecker | IConnectionChecker | The workspace's connection type checker, used to decide if connections are valid during a drag. |