Members
-
name :string
The name of the class.
-
Details
-
<private> _privateMember :string
A private member of the class.
-
Details
Methods
-
testMethod( value, obj [, ...objN ] ) → {Object}
This is a test instance method of the global test class, test
markdown
-
Parameters
Name Type Attributes Description value
* Any value, test
markdown
obj
Object The first object of what could be many, test
markdown
objN
Object <optional>
<repeatable>Any additional objects, test
markdown
Returns
Details
-
testMethod( type )
This is a test instance method of the global test class to check that global type definitions are documented.
-
Parameters
Name Type Description type
SomeType The parameter which is of type SomeType
Details