public constructor()

in src/renderers/react/ElementProvider.tsx [41:51]


  public constructor(props: IProps<FDesc>) {
    super(props);

    this.updateFields = this.updateFields.bind(this);

    this.state = {
      commands: this.props.commands,
      fields: this.props.fields,
      isSelected: false,
    };
  }