ModuleDeclaration API in JavaScript (ES5) Base API control
Interface for module declaration.
Properties
args
Object[]
Specifies the args for module declaration.
isProperty
boolean
Specifies whether it is a property or not.
member
string
Specifies the member for module declaration.