Class: Navigator¶
Constructors¶
Constructor¶
Parameters¶
| Parameter | Type |
|---|---|
host |
ManifestInstance |
Returns¶
Navigator
Methods¶
describe()¶
Describe a single document.
Equivalent to mi.describe(kind, name).
Parameters¶
| Parameter | Type |
|---|---|
kind |
string |
name |
string |
Returns¶
string
inventory()¶
Produce a structured inventory of the manifest.
Equivalent to mi.inventory().
Returns¶
Record\<string, unknown>
renderDoc()¶
Polymorphic per-kind preview.
Equivalent to mi.renderDoc(kind, name).
Parameters¶
| Parameter | Type |
|---|---|
kind |
string |
name |
string |
Returns¶
summary()¶
Produce a text summary of the manifest.
Equivalent to mi.summary().
Returns¶
string