parameterEditorFactory
parameterEditorFactory
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, holds the logic for calling the paramerChanged callback. Returns a parameterEditor object
|