Marker class
Class for a marker. This is used in keyboard navigation to save a location in the Blockly AST.
Signature:
export declare class Marker
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | null | The colour of the marker. | ||
| IFocusableNode | null | The current location of the marker. | |
string | The type of the marker. |
Methods
Method | Modifiers | Description |
|---|---|---|
Dispose of this marker. | ||
Gets the current location of the marker. | ||
Returns the block that this marker's current node is a child of. | ||
Returns the block that the given node is a child of. | ||
Set the location of the marker and call the update method. |