new BaseReferenceEditorController(options)
Parameters:
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
options |
Object | Options object.
Properties
|
Methods
-
fetch(options)
-
Requests data with a text filter applied.
Parameters:
Name Type Description optionsObject Options object. Properties
Name Type Description textObject Text filter filter to apply or null.Returns:
Promise object that resolves when the data is ready.- Type
- Promise
-
navigate(value)
-
Handles a navigation request to an object. The method is abstract.
Parameters:
Name Type Description valueObject Value object that describes the object to navigate to.