(config: BaseUserConfig & TableUserConfig)
| 48 | } |
| 49 | |
| 50 | setTableDisplayConfig(config: BaseUserConfig & TableUserConfig) { |
| 51 | this.tableDisplayConfig = config; |
| 52 | } |
| 53 | |
| 54 | get getTableDisplayConfig(): BaseUserConfig & TableUserConfig { |
| 55 | return this.tableDisplayConfig; |
nothing calls this directly
no outgoing calls
no test coverage detected