XpmDataModel._jsonPackage property
The JSON package definition.
Signature
protected _jsonPackage: JsonXpmPackage;
Remarks
This object contains the complete package.json content, including both standard npm fields and xpm-specific extensions in the xpack section.
Required structure:
- Standard npm fields: name, version, dependencies, devDependencies.
- Required
xpacksection containing xpm-specific configuration. - Optional
xpack.propertiesfor user-defined substitution variables. - Optional
xpack.actionsfor package-level executable actions. - Optional
xpack.buildConfigurationsfor build configuration definitions.
The package definition is validated during construction, requiring the xpack section to be present and be a valid JSON object.
Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.