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

Type declaration

  • 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.