| @@ -186,7 +186,10 function makeGetterName(prop: string) { | |||
| 
             | 
        186 | 186 | |
| 
             | 
        187 | 187 | interface NodeBindSpec { | 
| 
             | 
        188 | 188 | node: string; | 
| 
             | 
        189 | type: string; | |
| 
             | 
        189 | type: "attribute" | "innerText" | "textContent" | "innerHTML" | "class" | "toggleClass"; | |
| 
             | 
        190 | attribute?: string; | |
| 
             | 
        191 | ||
| 
             | 
        192 | className?: string; | |
| 
             | 
        190 | 193 | } | 
| 
             | 
        191 | 194 | |
| 
             | 
        192 | 195 | /** | 
        
        General Comments 0
    
    
  
  
                      You need to be logged in to leave comments.
                      Login now
                    
                