package Reaction::UI::Widget::Action::Link; use Reaction::UI::WidgetClass; #I want to change this at some point. use namespace::clean -except => [ qw(meta) ]; before fragment widget { arg uri => $_{viewport}->uri; arg label => localized $_{viewport}->label; }; __PACKAGE__->meta->make_immutable; 1; __END__; =head1 NAME Reaction::UI::Widget::Action::Link - A hyperlink representing an object mutation =head1 DESCRIPTION =head1 FRAGMENTS =head2 widget The following additional arguments are provided: =over 4 =item uri The viewport's C. =item label The localised value of the viewport's C