CaFilterMultiTreeNode
Tree node child component for the Multi Choise Tree view component
SASS-path: ./styles/components/atoms/ca-filter-multi-tree-node.scss
Props
Name | Description | Type | Required | Default |
---|---|---|---|---|
value | Gets the updated selectable values with children | Object | false | - |
propagateData | Propagates the data to the parent | Function | false | () => ({}) |
Methods
Method | Description | Parameters |
---|---|---|
selectedChildren | Converts the object to a string and searches if any child is selected to toggle parent and children | value (Object) |
toggle | Toggle the selected accordion by id | id (String) |