(listener: (info?: { type: string; node: Node }) => void)
| 737 | } |
| 738 | |
| 739 | onChildrenChange(listener: (info?: { type: string; node: Node }) => void) { |
| 740 | return this.children?.onChange(listener) |
| 741 | } |
| 742 | |
| 743 | emitPropChange(prop: any) { |
| 744 | this.emitter.emit(NODE_EVENT.PROP_CHANGE, prop) |
no test coverage detected