()
| 799 | } |
| 800 | |
| 801 | getVisible(): boolean { |
| 802 | return !this.getExtraProp('hidden')?.getValue(); |
| 803 | } |
| 804 | |
| 805 | onVisibleChange(func: (flag: boolean) => any): () => void { |
| 806 | const wrappedFunc = wrapWithEventSwitch(func); |
nothing calls this directly
no test coverage detected