NgDocTypeControl
Generic types: | T |
Extends: |
|
Interface describing Type Control
Properties
Name | Type | Description |
---|---|---|
default | T | undefined | The default value of the input |
description | string | undefined | The description of the input (based on the comment) |
isManual | boolean | undefined | Determines if the property is manually added by the user using |
name | string | undefined | The name of the input for which it is created |
options | string[] | undefined | The list of possible values, it usually works only for Type Aliases which has several values |
Methods
registerOnChange()inherited from
| ||||||
---|---|---|---|---|---|---|
No documentation has been provided. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
registerOnTouched()inherited from
| ||||||
---|---|---|---|---|---|---|
No documentation has been provided. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
setDisabledState()inherited from
| ||||||
---|---|---|---|---|---|---|
No documentation has been provided. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
writeValue()inherited from
| ||||||
---|---|---|---|---|---|---|
No documentation has been provided. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |