()
| 213 | } |
| 214 | |
| 215 | get readonly(): Signal<boolean> { |
| 216 | return this.nodeState.readonly; |
| 217 | } |
| 218 | |
| 219 | get formFieldBindings(): Signal<readonly FormField<unknown>[]> { |
| 220 | return this.nodeState.formFieldBindings; |
no outgoing calls
no test coverage detected