UNPKG

1.2 kBSource Map (JSON)View Raw
1{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../../modules/schematics/src/effect/schema.ts"],"names":[],"mappings":"","sourcesContent":["export interface Schema {\n /**\n * The name of the component.\n */\n name: string;\n\n /**\n * The path to create the effect.\n */\n path?: string;\n\n /**\n * The name of the project.\n */\n project?: string;\n\n /**\n * Flag to indicate if a dir is created.\n */\n flat?: boolean;\n\n /**\n * When true, does not create test files.\n */\n skipTests?: boolean;\n\n /**\n * Allows specification of the declaring module.\n */\n module?: string;\n\n /**\n * Specifies if this is a root-level effect\n */\n root?: boolean;\n\n /**\n * Specifies if this is grouped within a feature\n */\n feature?: boolean;\n\n /**\n * Specifies if this is grouped within an 'effects' folder\n */\n group?: boolean;\n\n /**\n * Specifies if effect has api success and failure actions wired up\n */\n api?: boolean;\n\n /**\n * Setup root effects module without registering initial effects.\n */\n minimal?: boolean;\n\n /**\n * The prefix for the effects.\n */\n prefix?: string;\n}\n"]}
\No newline at end of file