Skip to main content

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

ParameterTypeDescription
directorystringThe directory of the catalog.

Returns

Function

A JSON object with the configuration for the event catalog.

Returns

Promise<any>