(props: Props)
| 310 | private onQueryParamsChange?: (queryString: string) => void |
| 311 | |
| 312 | constructor(props: Props) { |
| 313 | this.props = props |
| 314 | this.formsData = createFormsData() |
| 315 | } |
| 316 | |
| 317 | /** |
| 318 | * Register a function that will be called when the given form is cleared. |
nothing calls this directly
no test coverage detected