Classes
Methods
-
<static> solid( width, color ) → {Actions.Border.BorderAction}
action
-
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
-
<static> roundCorners( roundCorners ) → {Actions.Border.BorderAction}
action
-
Description
Sets the radius of the border.
Parameters
Name Type Description roundCorners
Actions.RoundCorners.RoundCornersAction RoundCorners action.
Returns
Details