Ref(doclet, linkopt)
Reference to an individual nav item.
Constructor
new Ref(doclet, linkopt)
Parameters:
Name | Type | Default | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
doclet
|
Doclet | ||||||||||||||
link opt
|
object |
null
|
Properties
|
- Source:
- lib/Nav.js, line 135
Members
readonlylink string
<a>
linking to this ref.
- Source:
- lib/Nav.js, line 155
Methods
has(doclet) → boolean
Whether this ref is associated with the given doclet.
Parameters:
Name | Type | Description |
---|---|---|
doclet
|
Doclet |
- Source:
- lib/Nav.js, line 163
Returns:
- Type:
- boolean