ElementClipRectangle

Represents a clip rectangle for an element.

Constructor

new ElementClipRectangle(sharedId, handleIdopt)

Constructs a new ElementClipRectangle instance.

Parameters:
NameTypeAttributesDescription
sharedIdstring

The shared ID of the element.

handleIdstring<optional>

The handle ID of the element (optional).

Extends

Members

type

Gets the type of the clip rectangle.

Methods

asMap() → {Map}

Converts the ElementClipRectangle instance to a map.

Returns:
  • The converted map.
Type: 
Map