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

Type declaration

  • Optionalelement?: HTMLElement
  • Optionalexecute?: () => void
  • Optionalicon?: string
  • OptionalisActive?: () => boolean
  • Optionalitems?: UmbCascadingMenuItem[]
  • label: string
  • OptionalseparatorAfter?: boolean
  • unique: string
MMNEPVFCICPMFPCPTTAAATR