@umbraco-cms/backoffice

    Type Alias UmbCascadingMenuItem

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

    Properties

    element?: HTMLElement
    execute?: () => void
    icon?: string
    label: string
    separatorAfter?: boolean
    style?: string
    MMNEPVFCICPMFPCPTTAAATR