Skip to content

DrawItem

DrawItem = { centers: [number, number][]; color: string; kind: "points"; radius: number; } | { fill: string | null; kind: "path"; lineWidth: number; stroke: string | null; subpaths: Subpath[]; }

Defined in: core/backend.ts:31

What a PassThroughSpec yields per datum (generalizes the point-only project()).