DashedPathBuilderOpts
Table of contents
Extends BasePathBuilderOpts.
interface DashedPathBuilderOpts extends BasePathBuilderOpts {}Properties
end
optional
end?: PerfectDashTerminal;forceSolid
optional
from BasePathBuilderOpts
forceSolid?: boolean;lengthRatio
optional
lengthRatio?: number;onlyFilled
optional
from BasePathBuilderOpts
onlyFilled?: boolean;props
optional
from BasePathBuilderOpts
props?: SVGProps<SVGPathElement & SVGGElement>;snap
optional
snap?: number;start
optional
start?: PerfectDashTerminal;strokeWidth
from BasePathBuilderOpts
strokeWidth: number;style
style: "dashed" | "dotted";Prev
CustomEmbedDefinitionNext
DebugFlagsProps