Skip to main content

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

ConstructorModifiersDescription
(constructor)(ctx, el, options)Manages a visible highlight around an ElementHandle.

Methods

MethodModifiersDescription
start()Creates a highlight around the element.
stop()Removes the created highlight from the DOM.