Files
Darren Thornton de34579038 AAE-42156 Update text and multiline fields to show custom regex validation message. (#11670)
* AAE-42156 Custom RegExp Validation message.

* code review update - variable rename
2026-02-23 11:25:15 -06:00
..
2025-02-12 11:58:57 +00:00

Alfresco JavaScript API

JavaScript client API for the Alfresco REST API and Activiti REST API.

API clients documentation

Guides

Prerequisites

The minimal supported versions are:

Installing

Using NPM:

npm install @alfresco/js-api

Development

To run the build

npm run build

To run the test

npm run test