blockly > InsertionMarkerPreviewer
InsertionMarkerPreviewer class
Signature:
export declare class InsertionMarkerPreviewer implements IConnectionPreviewer
Implements: IConnectionPreviewer
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Methods
Method | Modifiers | Description |
|---|---|---|
Dispose of any references held by this connection previewer. | ||
Hide any previews that are currently displayed. | ||
Display a connection preview where the draggedCon connects to the staticCon, and no block is being relaced. | ||
Display a connection preview where the draggedCon connects to the staticCon, replacing the replacedBlock (currently connected to the staticCon). | ||
| Transforms the given block into a JSON representation used to construct an insertion marker. |