Collection
Static Method Summary
Static Public Methods | ||
public static |
create(options: {}): * |
|
public static |
mount(base: *, options: {}): * |
Constructor Summary
Public Constructor | ||
public |
constructor(options: {}) |
Member Summary
Public Members | ||
public get |
cached: * |
|
public get |
|
|
public get |
documents: * |
|
public |
|
|
public get |
|
|
public get |
imported: * |
|
public |
importer: * |
|
public get |
patterns: * |
|
public get |
ready: * |
|
public get |
scope: * |
|
public get |
scopes: * |
|
public get |
type: * |
|
public get |
typePatterns: * |
Method Summary
Public Methods | ||
public |
defineScope(scopeName: *, routePattern: *, options: *): * |
|
public |
loadFiles(files: *): * |
|
public |
runImporter(cacheDocuments: boolean): * |
Static Public Methods
public static create(options: {}): * source
Params:
Name | Type | Attribute | Description |
options | {} |
|
Return:
* |
public static mount(base: *, options: {}): * source
Params:
Name | Type | Attribute | Description |
base | * |
|
|
options | {} |
|
Return:
* |
Public Constructors
public constructor(options: {}) source
Params:
Name | Type | Attribute | Description |
options | {} |
|
Public Members
public get cached: * source
public get documentOptions: * source
public get documents: * source
public get ignorePatterns: * source
public get imported: * source
public importer: * source
public get patterns: * source
public get ready: * source
public get scope: * source
public get scopes: * source
public get type: * source
public get typePatterns: * source
Public Methods
public defineScope(scopeName: *, routePattern: *, options: *): * source
Params:
Name | Type | Attribute | Description |
scopeName | * | ||
routePattern | * | ||
options | * |
Return:
* |