Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

pass callback handler for action item like onselectitem, ondrop #116

Answered by iamravisingh
iamravisingh asked this question in Q&A
Discussion options

How can we pass handler props as a callback to a Tree? I don't want to use context.onSelectItems , if I have made generic handler props and want to pass that to onSelectItem, how can I do that?

@lukasbach

You must be logged in to vote

I was referring to UncontrolledTreeEnvironment types, missed that default its using controlledTreeEnv we can pass all the handlers to the UncontrolledTreeEnvironment component. it will be helpful if this is been added to the docs

<UncontrolledTreeEnvironment
 onSelectITems={}
 onExpandItem={}
/>

Replies: 1 comment

Comment options

I was referring to UncontrolledTreeEnvironment types, missed that default its using controlledTreeEnv we can pass all the handlers to the UncontrolledTreeEnvironment component. it will be helpful if this is been added to the docs

<UncontrolledTreeEnvironment
 onSelectITems={}
 onExpandItem={}
/>
You must be logged in to vote
0 replies
Answer selected by lukasbach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /