* Returns the configuration object of the NDFrame.
()
| 249 | * Returns the configuration object of the NDFrame. |
| 250 | */ |
| 251 | get config(): Configs { |
| 252 | return this.$config |
| 253 | |
| 254 | } |
| 255 | |
| 256 | /** |
| 257 | * Internal function to set the configuration of the ndframe |
nothing calls this directly
no outgoing calls
no test coverage detected