Interface CreatePreferencesGroupOptions
interface CreatePreferencesGroupOptions { depth?: number; expanded?: boolean; group: string; id: string; label?: string; root: CompositeTreeNode; } Properties
Optional
depth
depth?: number
Optional
expanded
expanded?: boolean
Optional
label
label?: string
root
root: CompositeTreeNode