UNPKG

747 BSource Map (JSON)View Raw
1{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../../modules/schematics/src/action/schema.ts"],"names":[],"mappings":"","sourcesContent":["export interface Schema {\n /**\n * The name of the component.\n */\n name: string;\n\n /**\n * The prefix for the actions.\n */\n prefix: string;\n\n /**\n * The path to create the component.\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\n flat?: boolean;\n\n /**\n * Group actions file within 'actions' folder\n */\n group?: boolean;\n\n /**\n * Specifies if api success and failure actions\n * should be generated.\n */\n api?: boolean;\n}\n"]}
\No newline at end of file