search

goog.module.ModuleInfo

Provided By
Extends
All Implemented Interfaces

A ModuleInfo object is used by the ModuleManager to hold information about a module of js code that may or may not yet be loaded into the environment.

new ModuleInfo( deps, id )

Parameters
depsArray<string>

Ids of the modules that must be loaded before this one. The ids must be in dependency order (i.e. if the ith module depends on the jth module, then i > j).

idstring

The module's ID.

Instance Methods

Instance Properties