activateMarker Method
Respond to activation of the specified marker. Return true if the marker should become the active marker - i.e., if the marker was successfully activated.
activateMarker(marker: SectionMarker, decorator: HyperModelingDecorator): Promise<boolean>
@see deactivateMarker.
Parameter | Type | Description |
---|---|---|
marker | SectionMarker | |
decorator | HyperModelingDecorator |
Returns - Promise
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.