Functions
Const createBox
- createBox(__namedParameters: { fill: undefined | string; height: number; key: any; stroke: undefined | string; strokeBottomColor: any; strokeBottomWidth: any; strokeLeftColor: any; strokeLeftWidth: any; strokeRightColor: any; strokeRightWidth: any; strokeTopColor: any; strokeTopWidth: any; strokeWidth: number; width: number; x: number; y: number }): Element
-
Parameters
-
__namedParameters: { fill: undefined | string; height: number; key: any; stroke: undefined | string; strokeBottomColor: any; strokeBottomWidth: any; strokeLeftColor: any; strokeLeftWidth: any; strokeRightColor: any; strokeRightWidth: any; strokeTopColor: any; strokeTopWidth: any; strokeWidth: number; width: number; x: number; y: number }
-
fill: undefined | string
-
height: number
-
key: any
-
stroke: undefined | string
-
strokeBottomColor: any
-
strokeBottomWidth: any
-
strokeLeftColor: any
-
strokeLeftWidth: any
-
strokeRightColor: any
-
strokeRightWidth: any
-
strokeTopColor: any
-
strokeTopWidth: any
-
strokeWidth: number
-
width: number
-
x: number
-
y: number
Returns Element
Create a box with custom top/right/bottom/left colors and widths