Skip to main content

Interface: LineProps

Table of contents

Properties

Properties

fill

fill: string

Stroke/fill color for the line body

Defined in

types.ts:234


width

width: number

Line length in pixels (mapped to width)

Defined in

types.ts:236


height

height: number

Line thickness in pixels (mapped to height)

Defined in

types.ts:238


radius

Optional radius: number

Corner radius / rounded caps

Defined in

types.ts:240


lineWidth

Optional lineWidth: number

Optional stroke width for outlines

Defined in

types.ts:242