Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "ext/CvWebNavigator"

Index

Variables

CvWebNavigator

CvWebNavigator: ClassicComponentClass<CvWebNavigatorProps> = React.createClass<CvWebNavigatorProps, CvWebNavigatorState>({mixins: [CvBaseMixin],render: function() {if(this.props.url) {window.open(this.props.url, "_blank");}return null;}})

Generated using TypeDoc