interface MenuState {
    currentDrilldownMenuId: string;
    disableHover: boolean;
    flyoutRef: Ref<HTMLLIElement>;
    ouiaStateId: string;
    transitionMoveTarget: HTMLElement;
}

Properties

currentDrilldownMenuId: string
disableHover: boolean
flyoutRef: Ref<HTMLLIElement>
ouiaStateId: string
transitionMoveTarget: HTMLElement