Members
-
publicMember :string
I'm a member of the class.
-
Details
-
<protected> protectedMember :string
I'm a protected member of the class.
-
Details
-
<private> _privateMember :string
I'm a private member of the class.
-
Details
Methods
-
testMethod( value, obj [, ...objN ] ) → {Object}
This is a test instance method of the MyApi test class, test
markdown. -
Description
This method is not overridden in the MyApi.Child class but is simply inherited.
Parameters
Name Type Attributes Description value* Any value, test
markdownobjObject The first object of what could be many, test
markdownobjNObject <optional>
<repeatable>Any additional objects, test
markdownReturns
Fires
Throws
Details
-
anotherMethod( value, obj [, ...objN ] ) → {Object}
This is a another test instance method of the MyApi test class, test
markdown. -
Description
This method is overridden in the MyApi.Child class and should remove the exception documentation as it no longer applies.
Parameters
Name Type Attributes Description value* Any value, test
markdownobjObject The first object of what could be many, test
markdownobjNObject <optional>
<repeatable>Any additional objects, test
markdownReturns
Fires
Throws
Details
Type Definitions
-
Object
This is a test type definition on the MyApi.Class class.
-
Properties
Name Type Attributes Default Description namestring The name of the test object.
enabledboolean <optional> false Whether or not the test object is enabled. Defaults to
false.subObject An object containing a subset of properties.
Name Type Attributes Default Description idnumber The subset id.
nameboolean <optional> "Sub Options" The name of the sub object. Defaults to
"Sub Options".Details
Events
-
"test.my-api"
This is an event raised by this class, it's documentation appears on this page as the event is specified as an inner member the class by using the tilde (~) scope.
-
Parameters
Name Type Description eEvent The event object.
custom* Some custom parameter passed to any listeners.
Details
-
"another.my-api"
This is an event raised by this class, it's documentation appears on this page as the event is specified as an inner member the class by using the tilde (~) scope.
-
Parameters
Name Type Description eEvent The event object.
custom* Some custom parameter passed to any listeners.
Details