TreeViewSelectInput

Select component with treeview

Installation

import { TreeViewSelectInput } from 'uxp/components';

Signature

const TreeViewSelectInput: React.ForwardRefExoticComponent<React.RefAttributes<TreeViewSelectInputInstanceProps> & TreeViewSelectInputProps>

Properties

Name
Type
Mandatory
Default Value
Example Value

placeholder

string

No

-

-

showSelectedNodePath

boolean

No

-

-

showSelectedNodeDisplayPath

boolean

No

-

-

Last updated