package.src.vaadin-combo-box-light-mixin.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of combo-box Show documentation
Show all versions of combo-box Show documentation
Web Component for displaying a list of items with filtering
/**
* @license
* Copyright (c) 2015 - 2024 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 { ValidateMixinClass } from '@vaadin/field-base/src/validate-mixin.js';
import type { ComboBoxDataProviderMixinClass } from './vaadin-combo-box-data-provider-mixin.js';
import type { ComboBoxMixinClass } from './vaadin-combo-box-mixin.js';
export declare function ComboBoxLightMixin>(
base: T,
): Constructor> &
Constructor &
Constructor> &
Constructor &
T;
export declare class ComboBoxLightMixinClass {
/**
* Name of the two-way data-bindable property representing the
* value of the custom input field.
* @attr {string} attr-for-value
*/
attrForValue: string;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy