()
| 311 | } |
| 312 | |
| 313 | getBoxLayoutParams() { |
| 314 | // Consider itself having box layout configs. |
| 315 | // For backward compatibility, by default do not `ignoreParent`. |
| 316 | return layout.getBoxLayoutParams(this as Model<BoxLayoutOptionMixin>, false); |
| 317 | } |
| 318 | |
| 319 | /** |
| 320 | * If developers don't configure zlevel. We will assign zlevel to series based on the key, if provided. |
no outgoing calls
no test coverage detected