(registry?: ComponentRegistry)
| 115 | private validationErrors: ValidationError[] = []; |
| 116 | |
| 117 | constructor(registry?: ComponentRegistry) { |
| 118 | this.registry = registry ?? getDefaultRegistry(); |
| 119 | } |
| 120 | |
| 121 | /** |
| 122 | * Get all surfaces |
nothing calls this directly
no test coverage detected