Class MethodOrPropertyDoc extends VariableDoc

A class with properties needed to build the html files for methods/properties

Source : file Docs.js at line 83

Public properties

async : null or Boolean

A flag indicating that the method is async

Source : file Docs.js at line 97

isA : null or String

The type ( = 'method' or 'property' ) - found in ast

Source : file Docs.js at line 118

kind : null or String

The kind of method ( = 'get', 'set' or 'constructor' ) - found in ast

Source : file Docs.js at line 111

params : null or Array of String

The params names found in ast

Source : file Docs.js at line 125

private : null or Boolean

A flag indicating that the method or property is private - found in ast

Source : file Docs.js at line 104

static : null or Boolean

A flag indicating that the method or property is static - found in ast

Source : file Docs.js at line 90