Interface BTAssemblyPatternInfo

Pattern description.

Export

Interface

BTAssemblyPatternInfo

Hierarchy

  • BTAssemblyPatternInfo

Properties

id?: string

Id of the pattern.

Memberof

BTAssemblyPatternInfo

name?: string

Name of the pattern.

Memberof

BTAssemblyPatternInfo

seedToPatternInstances?: {
    [key: string]: string[];
}

Mapping of seed to pattern instance ids.

Memberof

BTAssemblyPatternInfo

Type declaration

  • [key: string]: string[]
suppressed?: boolean

If pattern is suppressed.

Memberof

BTAssemblyPatternInfo

Memberof

BTAssemblyPatternInfo

Generated using TypeDoc