Function: getEventCatalogConfigurationFile()
getEventCatalogConfigurationFile(
directory): () =>Promise<any>
Defined in: eventcatalog.ts:70
Returns the event catalog configuration file. The event catalog configuration file is the file that contains the configuration for the event catalog.
Parameters
| Parameter | Type | Description |
|---|---|---|
directory | string | The directory of the catalog. |
Returns
Function
A JSON object with the configuration for the event catalog.
Returns
Promise<any>