Skip to main content

TreeItem

interface
interface TreeItem<TContextValue extends string>

Import

import { TreeItem } from '@modular/sdk';

Members8

collapsibleoptional
'collapsed' | 'expanded'
contextValueoptional
TContextValue
descriptionoptional
string
iconoptional
string
id
string
label
string
resourceoptional
string
tooltipoptional
string