| 979 | * @publicApi |
| 980 | */ |
| 981 | export interface HostBinding { |
| 982 | /** |
| 983 | * The DOM property that is bound to a data property. |
| 984 | * This field also accepts: |
| 985 | * * classes, prefixed by `class.` |
| 986 | * * styles, prefixed by `style.` |
| 987 | * * attributes, prefixed by `attr.` |
| 988 | */ |
| 989 | hostPropertyName?: string; |
| 990 | } |
| 991 | |
| 992 | /** |
| 993 | * @Annotation |
no outgoing calls
no test coverage detected