sdk.highlight.highlight
Home > @matterway/sdk > Highlight > Highlight
Highlight.Highlight class
Manages a visible highlight around an ElementHandle.
Signature:
export declare class Highlight
Remarks
See the constructor for documentation.
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(ctx, el, options) | Manages a visible highlight around an ElementHandle. |
Methods
Method | Modifiers | Description |
---|---|---|
start() | Creates a highlight around the element. | |
stop() | Removes the created highlight from the DOM. |