(arg: InputValue)
| 97 | } |
| 98 | |
| 99 | argument(arg: InputValue): string { |
| 100 | |
| 101 | return html.property(arg.name) + ': ' + |
| 102 | html.useIdentifier(arg.type, this.url(arg.type)) // + ' ' + this.deprecated(arg); |
| 103 | ; |
| 104 | } |
| 105 | |
| 106 | argumentLength(arg: InputValue): number { |
| 107 |
no test coverage detected