Commit d1d6170
committed
[core] Attribute: Add a
`flattenedChildren` returns the list of all the attributes that refer
to this attribute as their parent (either direct or indirect) through
the `root` property. The search for the children attributes is recursive
and alllows to retrieve at once all the nested attributes, independently
from their level.
At the moment, only `ListAttribute` and `GroupAttribute` will return a
non-empty list of flattened children attributes.flattenedChildren property1 parent d57fc0f commit d1d6170
1 file changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
426 | 453 | | |
427 | 454 | | |
428 | 455 | | |
| |||
465 | 492 | | |
466 | 493 | | |
467 | 494 | | |
| 495 | + | |
468 | 496 | | |
469 | 497 | | |
470 | 498 | | |
| |||
0 commit comments