Ready 29.9.0+
GeoTreeItemProperties
Prop name | Type | Default value | Description |
---|---|---|---|
draggableGroup
| object | Show description | |
category
| object | Show description | |
keyForId
| string |
'id'
| Show description |
keyForLabel
| string |
'label'
| Show description |
keyForSubcategory
| string |
'subcategories'
| Show description |
checkedItems
| object | Show description | |
isFolderSelectHidden
| boolean |
false
| Show description |
isItemSelectDisabled
| boolean |
false
| Show description |
descriptionIcon
| array |
| Show description |
expandedCategories
| object | Show description | |
collapsedIcon
| array |
| Show description |
expandedIcon
| array | Show description | |
inputType
| enumPropertyFactory({
componentName: 'GeoTreeItem',
propertyName: 'inputType',
enumDictionary: INPUT_MODES,
defaultValue: INPUT_MODES.MULTIPLE
}) | Show description | |
hasLoadMoreButton
| boolean |
false
| Show description |
pageSize
| number |
20
| Show description |
Events
Name | Type | Description |
---|---|---|
start-drag |
undefined
| |
end-drag |
undefined
| |
change-drag |
undefined
| |
check-item |
undefined
| |
check-folder |
undefined
| |
toggleExpand |
undefined
|
Slots
Name | Description |
---|---|
trailingAccessoryAction | |
moreItemsTextContent |
Constants
Name | Value |
---|---|
INPUT_MODES | Show definition |