Type Alias UmbCascadingMenuItem
UmbCascadingMenuItem: { element?: HTMLElement; execute?: () => void; icon?: string; isActive?: () => boolean; items?: UmbCascadingMenuItem[]; label: string; separatorAfter?: boolean; unique: string;} Type declaration
Optional
element?: HTMLElement
Optional
execute?: () => void
Optional
icon?: string
Optional
isActive?: () => boolean
label: string
Optional
separatorAfter?: boolean
unique: string