MarkerManager class
Class to manage the multiple markers and the cursor on a workspace.
Signature:
export declare class MarkerManager
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the MarkerManager class.
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| (not declared) | The name of the local marker. |
Methods
Method | Modifiers | Description |
|---|---|---|
Get the cursor for the workspace. | ||
Get a single marker that corresponds to the given ID. | ||
Register the marker by adding it to the map of markers. | ||
Sets the cursor and initializes the drawer for use with keyboard navigation. | ||
Unregister the marker by removing it from the map of markers. |