TreeViewSelectInputProps
Definition
interface TreeViewSelectInputProps extends TreeViewProps {
placeholder?: string,
showSelectedNodePath?: boolean
showSelectedNodeDisplayPath?: boolean
}Usage
import { TreeViewSelectInputProps } from 'uxp/components';Related Types
Last updated