packages/core/src/lib/services/loader/eui-loader.model.ts
A dependency is a script or style that can be loaded dynamically
Properties |
| name |
name:
|
Type : string
|
|
an identifier for the dependency |
| retries |
retries:
|
Type : number
|
| Optional |
|
the number of times the dependency has been loaded |
| status |
status:
|
Type : Status
|
| Optional |
|
the status of the dependency |
| type |
type:
|
Type : "js" | "css"
|
|
the type of the dependency. Is it a style or script? |
| url |
url:
|
Type : string
|
|
the url of the dependency Example : |