Dummy API

Breeze automatically provides a Typescript file with all dummy functions, this can help you develop breeze scripts quicker when using a IDE like VSCode.

To use the DummyAPI you can add this line in your script file.

import { } from '../breeze_defs';

Last updated