Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions _data/components/tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,19 @@ outputs: [{
description: "Event triggered when a tree node is clicked"
}]

methods: [{
name: "getSelectedFlatNodes",
type: "method",
description: "Return the selected flat nodes ",
parameters: "",
returns: "OTreeFlatNode[]"
},{
name: "getSelectedItems",
type: "method",
description : "Returns the selected items of the component in a hierarchical structure. Each item may include a `children` property containing its selected child nodes",
returns: "any[]"
}]

# ,{
# name : "onLoadNextLevel",
# description: "Event triggered when "
Expand Down