DrawPathBuilderOpts
Table of contents
Extends BasePathBuilderOpts, DrawPathBuilderDOpts.
interface DrawPathBuilderOpts
extends BasePathBuilderOpts, DrawPathBuilderDOpts {}Properties
forceSolid
optional
from BasePathBuilderOpts
forceSolid?: boolean;offset
optional
from DrawPathBuilderDOpts
offset?: number;onlyFilled
optional
from BasePathBuilderOpts
onlyFilled?: boolean;passes
optional
from DrawPathBuilderDOpts
passes?: number;props
optional
from BasePathBuilderOpts
props?: SVGProps<SVGPathElement & SVGGElement>;randomSeed
from DrawPathBuilderDOpts
randomSeed: string;roundness
optional
from DrawPathBuilderDOpts
roundness?: number;strokeWidth
from BasePathBuilderOpts
strokeWidth: number;style
style: "draw";Prev
DrawPathBuilderDOptsNext
DrawShapeOptions