logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

UR::Object::View::Aspect - a specification for one aspect of a view

Contents

Name

       UR::Object::View::Aspect - a specification for one aspect of a view

Synopsis

        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'
                   }
               ]
            }
          ]
        );

perl v5.38.2                                       2024-06-15                      UR::Object::View::Aspect(3pm)

See Also