constructor (props) {
    this.didClick = props.onDidClick;
    this.actions = props.allowedActions;
    etch.initialize(this);
  }