File

libs/nx/src/generators/journey-src/lib/scaffold-core/scaffold-core-options.ts

Extends

JourneySrcGeneratorSchema

Index

Properties

Properties

applicationName
Type string
journals
Type LibraryMetaData[]
outputDirectory
Type string
pagesJson
Type PagesConfigurationWithTransformedDynamicForms
runtimeMode
Type boolean
useLegacyWebComponentLifecycle (Optional)
Type boolean
import { PagesConfigurationWithTransformedDynamicForms } from '@allianz/taly-sdk';
import { JourneySrcGeneratorSchema } from '../../schema';
import { LibraryMetaData } from '../add-acl-defaults-to-policy/read-journals';

export interface ScaffoldCoreOptions extends JourneySrcGeneratorSchema {
  pagesJson: PagesConfigurationWithTransformedDynamicForms;
  outputDirectory: string;
  applicationName: string;
  journals: LibraryMetaData[];
  runtimeMode: boolean;
  useLegacyWebComponentLifecycle?: boolean;
}

results matching ""

    No results matching ""