Home > widget-integration > ApplicationConfig

ApplicationConfig interface

Signature:

export interface ApplicationConfig 

Properties

Property

Modifiers

Type

Description

customization?

{ app?: { onBootstrap?: (app: Application) => void; onStart?: (app: Application) => void; }; }

(Optional)

env

string

logLevel?

LogLevel

(Optional)