addCompute
declare function addCompute<T extends IComputeData = any>(computeSchema: IComputeSchema<T>): string;
Registers a compute schema, validates it, and adds it to the compute schema service.
Parameters
Parameter |
Description |
computeSchema |
The compute schema to register. |