The parameterEditorFactory of the HTML5 Report Viewer
| Parameter | Type | Description |
|---|---|---|
| match(parameter) | boolean | determines whether the editor is suitable for the passed parameter
|
| createEditor(placeholder, options) | parameterEditor | adds the root html element for the editor, and holds the logic for calling the paramerChanged callback. Returns a parameterEditor object
|
A sample implementation may be seen in the article How to Create a Custom Parameter Editor.