JSON Schema Property 'interface'

Description

Options for generating an interface.

Diagram

Drilldown into /properties/defaults/properties/interface/properties/prefix Drilldown into /properties/defaults/properties/interface/properties/prefix Drilldown into /properties/defaults/properties/interface/properties/prefixJSON Schema Diagram of /properties/defaults/properties/interface

Value

Object

Properties

Property Name Type Description
prefix string prefix
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

"interface": {
    "type": "object",
    "description": "Options for generating an interface.",
    "properties": {
        "prefix": {
            "type": "string",
            "description": "Prefix to apply to interface names. (i.e. I)",
            "default": ""
        }
    }
}
https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json (390:20)
Documentation for .angular-cli.json
Generated using Liquid Studio 2018 - Developer Bundle Edition 16.0.0.0