akveo / akveo/doc-prsr

Sometimes complex return or property types aren't parsed or parsed inrorectly

Aperta
#2 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
TypeScript
Stelle
14
Fork
6
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

1 Menu Component, property type
![image](https://user-images.githubusercontent.com/230527/34046368-dfa7ba80-e1bd-11e7-93d9-54a8d5da66bd.png)
```
/**
* List of menu items.
* @type List | List | any
*/
@Input() items: NbMenuItem[];
```

2 User Component, property type

![image](https://user-images.githubusercontent.com/230527/34046406-0addd52c-e1be-11e7-9f55-121837eac32c.png)

```
/**
* List of menu items for a user context menu (shown when clicked)
* @type NbUserMenuItem[]
*/
@Input() menu: NbUserMenuItem[] = [];
```

3 MediaBreakpoint service, return parameter

![image](https://user-images.githubusercontent.com/230527/34046562-8a2dacbc-e1be-11e7-96d0-400199af5336.png)
```
/**
* Returns a map of configured breakpoints for the theme
* @returns {[p: string]: number}
*/
getBreakpointsMap(): { [breakpoint: string]: number } {
return this.breakpointsMap;
}
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.