packages/core/schematics/add-eui-imports/selector-map.ts
Hardcoded EUI selector map derived from selector-map.md. Each entry contains a parsed compound selector and the corresponding import metadata.
Properties |
| attributes |
attributes:
|
Type : string[]
|
|
Attribute selectors that must ALL be present |
| classArray |
classArray:
|
Type : string | null
|
|
The CLASS array constant name (null if none exists) |
| className |
className:
|
Type : string
|
|
The Angular class name |
| element |
element:
|
Type : string | null
|
|
Element tag required (null = any element) |
| importPath |
importPath:
|
Type : string
|
|
The ES import path |