Methods
-
width( borderWidth )
-
Description
Sets the width of the border
Parameters
Name Type Description borderWidth
number | string The width in pixels.
Details
-
color( borderColor )
-
Description
Sets the color of the border.
Parameters
Name Type Description borderColor
string The color of the border.
Details
-
roundCorners( roundCorners ) → {this}
-
Description
Rounds the specified corners of an image.
Parameters
Name Type Description roundCorners
RoundCornersAction Returns
Details
-
solid( width, color ) → {this}
-
Description
Sets the style of the border.
Parameters
Name Type Description width
number | string The width in pixels.
color
string The color of the border, e.g 'green', 'yellow'.
Returns
Details