NavigationPropertyEditor Class
Beta
Editor for navigation properties.
Note: Should be used inside navigationPropertyEditorContext.
Extends
Methods
| Name | Description | |
|---|---|---|
| constructor(): NavigationPropertyEditor |
Inherited methods
| Name | Inherited from | Description |
|---|---|---|
| applyEditorParams(_property: PropertyDescription, _record: PropertyRecord): void | PropertyEditorBase | |
| commitValue(newValue: PropertyValue, record: PropertyRecord): Promise<AsyncValueProcessingResult> | PropertyEditorBase | |
| validateValue(newValue: PropertyValue, record: PropertyRecord): Promise<AsyncValueProcessingResult> | PropertyEditorBase |
Properties
| Name | Type | Description | |
|---|---|---|---|
| containerHandlesEnter Accessor ReadOnly | boolean | ||
| containerStopsKeydownPropagation Accessor ReadOnly | boolean | ||
| reactNode Accessor ReadOnly | ReactNode |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| containerHandlesBlur Accessor ReadOnly | boolean | PropertyEditorBase | |
| containerHandlesEscape Accessor ReadOnly | boolean | PropertyEditorBase | |
| containerHandlesTab Accessor ReadOnly | boolean | PropertyEditorBase | |
| customDataController | undefined | DataController | PropertyEditorBase |
Defined in
Last Updated: 30 November, 2023