DashedPathBuilderOpts

See source code
Table of contents

Extends BasePathBuilderOpts.

interface DashedPathBuilderOpts extends BasePathBuilderOpts {}

Properties

end

optional

forceSolid

optional
forceSolid?: boolean;

lengthRatio

optional
lengthRatio?: number;

onlyFilled

optional
onlyFilled?: boolean;

props

optional
props?: SVGProps<SVGPathElement & SVGGElement>;

snap

optional
snap?: number;

start

optional
start?: PerfectDashTerminal;

strokeWidth

strokeWidth: number;

style

style: "dashed" | "dotted";

Prev
CustomEmbedDefinition
Next
DebugFlagsProps