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