# AUTO GENERATED FILE - DO NOT EDIT package Dash::Core::Components::Location; use Moo; use strictures 2; use Dash::Core::ComponentsAssets; use namespace::clean; extends 'Dash::BaseComponent'; has 'id' => ( is => 'rw' ); has 'pathname' => ( is => 'rw' ); has 'search' => ( is => 'rw' ); has 'hash' => ( is => 'rw' ); has 'href' => ( is => 'rw' ); has 'refresh' => ( is => 'rw' ); my $dash_namespace = 'dash_core_components'; sub DashNamespace { return $dash_namespace; } sub _js_dist { return Dash::Core::ComponentsAssets::_js_dist; } 1; __END__ =pod =encoding UTF-8 =head1 NAME Dash::Core::Components::Location =head1 VERSION version 0.11 =head1 AUTHOR Pablo Rodríguez González =head1 COPYRIGHT AND LICENSE This software is Copyright (c) 2022 by Pablo Rodríguez González. This is free software, licensed under: The MIT (X11) License =cut