()
| 12994 | return this.child.assembleLayoutSignals(); |
| 12995 | } |
| 12996 | columnDistinctSignal() { |
| 12997 | if (!(this.parent && this.parent instanceof pp)) { |
| 12998 | return { signal: `length(data('${this.getName("column_domain")}'))` }; |
| 12999 | } |
| 13000 | } |
| 13001 | assembleGroupStyle() {} |
| 13002 | assembleGroup(e) { |
| 13003 | return this.parent && this.parent instanceof pp |
no test coverage detected