package.src.vaadin-menu-bar-interactions-mixin.d.ts Maven / Gradle / Ivy
/**
* @license
* Copyright (c) 2019 - 2022 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
*/
import type { Constructor } from '@open-wc/dedupe-mixin';
import type { FocusMixinClass } from '@vaadin/component-base/src/focus-mixin.js';
import type { KeyboardDirectionMixinClass } from '@vaadin/component-base/src/keyboard-direction-mixin.js';
import type { KeyboardMixinClass } from '@vaadin/component-base/src/keyboard-mixin.js';
export declare function InteractionsMixin>(
base: T,
): Constructor &
Constructor &
Constructor &
Constructor &
T;
export declare class InteractionsMixinClass {
/**
* If true, the submenu will open on hover (mouseover) instead of click.
* @attr {boolean} open-on-hover
*/
openOnHover: boolean | null | undefined;
/**
* @deprecated Since Vaadin 23, `notifyResize()` is deprecated. The component uses a
* ResizeObserver internally and doesn't need to be explicitly notified of resizes.
*/
notifyResize(): void;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy