19declare(strict_types=1);
36 $f =
$DIC->ui()->factory();
39 $icon =
$f->symbol()->icon()->standard(
"crs",
'Example');
41 $node1 =
$f->tree()->node()->simple(
'label');
42 $node2 =
$f->tree()->node()->simple(
'label', $icon);
44 $data = [[
'node' => $node1], [
'node' => $node2]];
47 public function getChildren($record, $environment =
null): array
52 public function build(
57 return $record[
'node'];
61 $tree =
$f->tree()->expandable(
'Label', $recursion)
Builds a Color from either hex- or rgb values.
This describes a Tree Node.
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.