File

feature-libs/asm/core/config/asm-config.ts

Extends

OccConfig

Index

Properties

Properties

Optional asm
Type : literal type
Optional backend
Type : BackendConfig
Inherited from OccConfig
Defined in OccConfig:35
Optional context
Type : literal type
Inherited from SiteContextConfig
import { Injectable } from '@angular/core';
import { Config, OccConfig } from '@spartacus/core';

@Injectable({
  providedIn: 'root',
  useExisting: Config,
})
export abstract class AsmConfig extends OccConfig {
  asm?: {
    agentSessionTimer?: {
      startingDelayInSeconds?: number;
    };
    customerSearch?: {
      maxResults?: number;
    };
  };
}

declare module '@spartacus/core' {
  interface Config extends AsmConfig {}
}

result-matching ""

    No results matching ""