constructor()

in src/app/work-items-widget.js [42:46]


  constructor(props) {
    super(props);

    props.registerWidgetApi({});
  }