createGenericFrontend
createGenericFrontend(
config?):GenericFrontendAdapter
Defined in: adapters/generic.ts:274
Create a new Generic Frontend Adapter instance.
Parameters
Section titled “Parameters”config?
Section titled “config?”Returns
Section titled “Returns”Example
Section titled “Example”const frontend = createGenericFrontend();
// Or with configurationconst frontend = createGenericFrontend({ name: 'my-frontend', trackProvenance: true,});