importLibrary

Allows you to import an automation script library into a module object.

This is suitable for all modules of business service components.

Syntax

function importLibrary(libraryName: string): any
 
Parameter Description
libraryName Name of the automation script library.

Return Value

Returns a JSON object containing the library's contents.

Examples