This commit is contained in:
tugcekucukoglu 2024-01-18 16:11:07 +03:00
parent 19f9813d16
commit 3d43ab506f
6 changed files with 33 additions and 0 deletions

View file

@ -72,6 +72,12 @@ const TreeProps = [
default: 'undefined',
description: "Locale to use in filtering. The default locale is the host environment's current locale."
},
{
name: 'highlightOnSelect',
type: 'boolean',
default: 'false',
description: 'Highlights automatically the first item.'
},
{
name: 'scrollHeight',
type: 'string',