Skip to content

Adobe-Marketing-Cloud/aem-htl-ide-api

Repository files navigation

aem-htl-ide-api

The Adobe HTL IDE API bundle provides a JSON description of the HTL Java Use-API Objects stored in the content repository.

This JSON description provides basic auto-complete features to the AEM Brackets Extension.

For example:

/whatever/existing/path.sightlyBeans.json returns

{
    "com.adobe.beagle.beans.Tabs": {
        "members":[
            {
                "name":"horizontal",
                "desc":"()Z",
                "sign":"isHorizontal()Z"
            },
            {
                "name":"id",
                "desc":"()Ljava/lang/String;",
                "sign":"getId()Ljava/lang/String;"
            }
        ]
    }
}

Note that for the moment only the name key should be used as the rest is subject to changes.

Releases

No releases published

Packages

No packages published

Languages