| 95 | }; |
| 96 | |
| 97 | export interface Property { |
| 98 | name: string; |
| 99 | type: Type; |
| 100 | keyMap?: {[key: string]: any}; |
| 101 | }; |
| 102 | |
| 103 | // Add the GUI state. |
| 104 | export class State { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…