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:179


width

width: number

Line length in pixels (mapped to width)

Defined in

types.ts:181


height

height: number

Line thickness in pixels (mapped to height)

Defined in

types.ts:183


radius

Optional radius: number

Corner radius / rounded caps

Defined in

types.ts:185


lineWidth

Optional lineWidth: number

Optional stroke width for outlines

Defined in

types.ts:187