Base interface for all UI5 artifacts such as applications, libraries, cards, or tiles.
This interface provides the minimal contract required for an artefact to be discoverable and routable within the Ui5Registry. All artefacts must declare a unique JavaScript namespace and a version string to support cache busting and reliable resource resolution.
| Methods | ||
|---|---|---|
public
|
getModule(): Ui5ModuleInterface|null
|
# |
public
|
getNamespace(): string
|
# |
public
|
getType(): ArtifactType
|
# |
public
|
getVersion(): string
|
# |
public
|
getTitle(): string
|
# |
public
|
getDescription(): string
|
# |