| Methods |
public
|
getType(): ArtifactType
Returns the type of the artifact (e.g., application, library, card).
Returns the type of the artifact (e.g., application, library, card).
Implements
|
#
|
public
|
getNamespace(): string
Returns the JavaScript namespace of the artifact.
Returns the JavaScript namespace of the artifact.
This namespace must be globally unique and is typically used as
the id in manifest.json as well as the key in the UI5 resource
root mapping (e.g. "io.pragmatiqu.tools").
Implements
|
#
|
public
|
getVersion(): string
Returns the semantic version of the artifact.
Returns the semantic version of the artifact.
The version string is used to construct resource paths and control
client-side caching (e.g. "1.0.0").
Implements
|
#
|
public
|
getTitle(): string
Returns the localized title of the application (e.g., for manifest.json).
Returns the localized title of the application (e.g., for manifest.json).
Implements
|
#
|
public
|
getDescription(): string
Returns a short description of the application.
Returns a short description of the application.
Implements
|
#
|
public
|
getVendor(): string
Returns the vendor name that owns or provides this artifact.
Returns the vendor name that owns or provides this artifact.
Implements
|
#
|