Eulergraph
    Preparing search index...

    Type Alias HatchFill

    type HatchFill = {
        color: string;
        id: string;
        isCustom?: boolean;
        label: string;
        name: HatchNames;
        rules: {
            angle?: number;
            lines?: HatchLine[];
            scale?: number;
            step?: number;
            strokeWidth?: number;
        };
    }
    Index

    Properties

    color: string
    id: string

    идентификатор каждой созданной штриховки, а не типа. Назначается динамически

    isCustom?: boolean
    label: string
    rules: {
        angle?: number;
        lines?: HatchLine[];
        scale?: number;
        step?: number;
        strokeWidth?: number;
    }