@loopback/docs
Version:
Documentation for LoopBack 4
221 lines (220 loc) • 6.28 kB
JSON
{
"metadata": {
"toolPackage": "@microsoft/api-extractor",
"toolVersion": "7.2.1",
"schemaVersion": 1001,
"oldestForwardsCompatibleVersion": 1001
},
"kind": "Package",
"canonicalReference": "@loopback/rest-explorer",
"docComment": "",
"name": "@loopback/rest-explorer",
"members": [
{
"kind": "EntryPoint",
"canonicalReference": "",
"name": "",
"members": [
{
"kind": "Namespace",
"canonicalReference": "(RestExplorerBindings:namespace)",
"docComment": "/**\n * Binding keys used by this component.\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare namespace "
},
{
"kind": "Reference",
"text": "RestExplorerBindings"
},
{
"kind": "Content",
"text": " "
}
],
"releaseTag": "Public",
"name": "RestExplorerBindings",
"members": [
{
"kind": "Variable",
"canonicalReference": "CONFIG",
"docComment": "",
"excerptTokens": [
{
"kind": "Reference",
"text": "CONFIG"
},
{
"kind": "Content",
"text": ": "
},
{
"kind": "Reference",
"text": "BindingKey"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "RestExplorerConfig"
},
{
"kind": "Content",
"text": ">"
}
],
"releaseTag": "Public",
"name": "CONFIG",
"variableTypeTokenRange": {
"startIndex": 2,
"endIndex": 6
}
}
]
},
{
"kind": "Class",
"canonicalReference": "(RestExplorerComponent:class)",
"docComment": "/**\n * A component providing a self-hosted API Explorer.\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare class "
},
{
"kind": "Reference",
"text": "RestExplorerComponent"
},
{
"kind": "Content",
"text": " implements "
},
{
"kind": "Reference",
"text": "Component"
},
{
"kind": "Content",
"text": " "
}
],
"releaseTag": "Public",
"name": "RestExplorerComponent",
"members": [
{
"kind": "Constructor",
"canonicalReference": "(:constructor,0)",
"docComment": "/**\n * Constructs a new instance of the `RestExplorerComponent` class\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "constructor("
},
{
"kind": "Reference",
"text": "application"
},
{
"kind": "Content",
"text": ": "
},
{
"kind": "Reference",
"text": "RestApplication"
},
{
"kind": "Content",
"text": ", "
},
{
"kind": "Reference",
"text": "config"
},
{
"kind": "Content",
"text": "?: "
},
{
"kind": "Reference",
"text": "RestExplorerConfig"
},
{
"kind": "Content",
"text": ");"
}
],
"releaseTag": "Public",
"overloadIndex": 0,
"parameters": [
{
"parameterName": "application",
"parameterTypeTokenRange": {
"startIndex": 3,
"endIndex": 4
}
},
{
"parameterName": "config",
"parameterTypeTokenRange": {
"startIndex": 7,
"endIndex": 8
}
}
]
}
],
"implementsTokenRanges": [
{
"startIndex": 3,
"endIndex": 5
}
]
},
{
"kind": "TypeAlias",
"canonicalReference": "RestExplorerConfig",
"docComment": "/**\n * Options to configure API Explorer UI\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare type "
},
{
"kind": "Reference",
"text": "RestExplorerConfig"
},
{
"kind": "Content",
"text": " = "
},
{
"kind": "Content",
"text": "{\n "
},
{
"kind": "Reference",
"text": "path"
},
{
"kind": "Content",
"text": "?: string;\n}"
},
{
"kind": "Content",
"text": ";"
}
],
"releaseTag": "Public",
"name": "RestExplorerConfig",
"typeTokenRange": {
"startIndex": 3,
"endIndex": 6
}
}
]
}
]
}