forked from MapComplete/MapComplete
		
	Butchering the UI framework
This commit is contained in:
		
							parent
							
								
									8d404b1ba9
								
							
						
					
					
						commit
						6415e195d1
					
				
					 90 changed files with 1012 additions and 3101 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
import {UIElement} from "../UIElement";
 | 
			
		||||
import {UIEventSource} from "../../Logic/UIEventSource";
 | 
			
		||||
import BaseUIElement from "../BaseUIElement";
 | 
			
		||||
 | 
			
		||||
export abstract class InputElement<T> extends UIElement{
 | 
			
		||||
export abstract class InputElement<T> extends BaseUIElement{
 | 
			
		||||
    
 | 
			
		||||
    abstract GetValue() : UIEventSource<T>;
 | 
			
		||||
    abstract IsSelected: UIEventSource<boolean>;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue