# TreeViewSelectInputProps

## Definition

```tsx
interface TreeViewSelectInputProps extends TreeViewProps {
    placeholder?: string,
    showSelectedNodePath?: boolean
    showSelectedNodeDisplayPath?: boolean
}
```

## Usage

```tsx
import { TreeViewSelectInputProps } from 'uxp/components';
```

## Related Types

* [TreeViewProps](https://help.iviva.com/uxp/v5/additional-resources/types/treeviewprops)
* [TreeNode](https://help.iviva.com/uxp/v5/additional-resources/types/treenode)
* [TreeViewStyles](https://help.iviva.com/uxp/v5/additional-resources/types/treeviewstyles)
* [ExtendedTreeNode](https://help.iviva.com/uxp/v5/additional-resources/types/extendedtreenode)
* [CustomActionButton](https://help.iviva.com/uxp/v5/additional-resources/types/customactionbutton)
* [DragState](https://help.iviva.com/uxp/v5/additional-resources/types/dragstate)
* [DropPosition](https://help.iviva.com/uxp/v5/additional-resources/types/dropposition)
