Gets all dependent libraries of the libraries in the list.
the libraries whose dependencies should be retrieved
Optional
dynamic?: booleaninclude dependencies that are part of the dynamicDependencies property or used in the content
Optional
editor?: booleaninclude dependencies that are listed in editorDependencies
Optional
preloaded?: booleaninclude regular dependencies that are included in preloadedDependencies
Optional
doNotAdd: ILibraryName[]libraries in this list will not be added to the dependency list
a list of libraries
Gets the libraries required to run a specific library. Uses LibraryManager to get metadata for libraries.