UR::Object::View::Aspect(3pm) | User Contributed Perl Documentation | UR::Object::View::Aspect(3pm) |
UR::Object::View::Aspect - a specification for one aspect of a view
my $v = $o->create_view( perspective => 'default', toolkit => 'xml', aspects => [ 'id', 'name', 'title', { name => 'department', perspective => 'logo' }, { name => 'boss', label => 'Supervisor', aspects => [ 'name', 'title', { name => 'subordinates', perspective => 'graph by title' } ] } ] );
2022-01-17 | perl v5.32.1 |