No documentation has been provided.
Constructor
No documentation has been provided. |
Presentation |
ParametersName | Type | Description |
---|
files | string[] | undefined | |
|
Methods
close() |
---|
No documentation has been provided. |
Presentation |
Returnsvoid
|
onAdd() |
---|
No documentation has been provided. |
PresentationonAdd(filterPaths: string[]): Observable<string[]>;
|
ParametersName | Type | Description |
---|
filterPaths | string[] | |
Returns |
onChange() |
---|
No documentation has been provided. |
PresentationonChange(filterPaths: string[]): Observable<string[]>;
|
ParametersName | Type | Description |
---|
filterPaths | string[] | |
Returns |
onReady() |
---|
No documentation has been provided. |
Presentation |
Returns |
onUnlink() |
---|
No documentation has been provided. |
PresentationonUnlink(filterPaths: string[]): Observable<string[]>;
|
ParametersName | Type | Description |
---|
filterPaths | string[] | |
Returns |
watch() |
---|
No documentation has been provided. |
Presentationwatch(paths: string | readonly string[]): this;
|
ParametersName | Type | Description |
---|
paths | string | readonly string[] | |
Returnsthis
|