BaseConfig: {
    logger?: CustomLogger;
    logLevel?: WebLogLevel;
    platform?: WebLayoutPlatformOptions;
}

Type declaration

  • Optionallogger?: CustomLogger

    Optional custom logger implementation to propagate messages to. Respects logLevel, if configured.

  • OptionallogLevel?: WebLogLevel

    Log level used throughout the connection and messaging process. Defaults to 'error'.

  • Optionalplatform?: WebLayoutPlatformOptions

    Options used to initialize Web Layouts related features. If omitted, calling fin.Platform.Layout.init() will not work.