MAIDR Documentation - v3.46.2
    Preparing search index...

    Interface PatternConfig

    Configuration for creating a pattern instance

    interface PatternConfig {
        type: PatternType;
        baseColor: string;
        patternColor: string;
        scale?: number;
    }
    Index

    Properties

    The pattern type to create

    baseColor: string

    Base/background color of the pattern

    patternColor: string

    Foreground/pattern element color

    scale?: number

    Optional scale factor (default: 1)