projects/m2-core/src/lib/shared/ui-components/selectors/properties-input-selector.component.ts
| selector | property-input-selector |
| template | |
Properties |
Methods |
Inputs |
Outputs |
Accessors |
constructor(attributeClassifierService: AttributeClassifierService)
|
||||||
|
Parameters :
|
| clearOnSelect |
Type : boolean
|
Default value : false
|
| currentProperty |
| getSuggestListFn |
Type : function
|
| isFocused |
Type : boolean
|
| placeholder |
Type : string
|
| propertyType |
Type : PropertyType
|
Default value : PropertyType.Aggregation
|
| title |
Type : string
|
Default value : ''
|
| isFocusedChange |
Type : EventEmitter
|
| propertyDeleted |
Type : EventEmitter
|
| propertySelected |
Type : EventEmitter
|
| clearInput |
clearInput()
|
|
Returns :
void
|
| filterProperties | |||
filterProperties(undefined)
|
|||
|
Parameters :
Returns :
void
|
| onBlurred |
onBlurred()
|
|
Returns :
void
|
| onFocused |
onFocused()
|
|
Returns :
void
|
| onPropertySelected | ||||||
onPropertySelected(property: PropertyLight)
|
||||||
|
Parameters :
Returns :
void
|
| _currentProperty |
Type : Property
|
| filteredProperties |
Type : PropertyLight[]
|
| getPathFn |
Default value : (id => this.attributeClassifierService.getPropertyPath(id).then(path => path.map(group => group.displayName)))
|
| isFocusedValue |
Type : boolean
|
| newProperty |
Type : PropertyLight
|
| currentProperty | ||||||
getcurrentProperty()
|
||||||
setcurrentProperty(value: Property)
|
||||||
|
Parameters :
Returns :
void
|
| isFocused | ||||||
getisFocused()
|
||||||
setisFocused(value: boolean)
|
||||||
|
Parameters :
Returns :
void
|