Type Alias DucPath

DucPath: {
    background: ElementBackground | null;
    lineIndices: readonly number[];
    stroke: ElementStroke | null;
}

Type declaration