This method can round a value to a certain precision, default is 2
the value that needs to be rounded
Optional
precision: numberthe precision of the rounding operation
the rounded value as a number
This method can help you stage a file to the CHILI GraFx Environment API for upload.
The Files or Blobs to stage.
The connector ID from Environment API to stage the files for.
Optional
validationConfiguration: UploadValidationConfigurationThe validation configuration to use for the files.
Promise<FilePointer[]> referencing the staged data.
The UtilsController exposes a set of useful utilities that can be used to make some repeated tasks a bit easier Methods inside this controller can be called by
window.SDK.utils.{method-name}