source:
trip-planner-front/node_modules/primeng/api/selectitem.d.ts@
8d391a1
Last change on this file since 8d391a1 was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 163 bytes |
Rev | Line | |
---|---|---|
[59329aa] | 1 | export interface SelectItem<T = any> { |
2 | label?: string; | |
3 | value: T; | |
4 | styleClass?: string; | |
5 | icon?: string; | |
6 | title?: string; | |
7 | disabled?: boolean; | |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.