(panel: T)
| 227 | } |
| 228 | |
| 229 | public isVisible(panel: T): boolean { |
| 230 | return this.gridview.isViewVisible(getGridLocation(panel.element)); |
| 231 | } |
| 232 | |
| 233 | updateOptions(options: Partial<BaseGridOptions>) { |
| 234 | if (typeof options.proportionalLayout === 'boolean') { |
nothing calls this directly
no test coverage detected
searching dependent graphs…