All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.ui.picker.d.ts Maven / Gradle / Ivy

declare class Picker {
    select: HTMLSelectElement;
    container: HTMLElement;
    label: HTMLElement;
    constructor(select: HTMLSelectElement);
    togglePicker(): void;
    buildItem(option: HTMLOptionElement): HTMLSpanElement;
    buildLabel(): HTMLSpanElement;
    buildOptions(): void;
    buildPicker(): void;
    escape(): void;
    close(): void;
    selectItem(item: HTMLElement | null, trigger?: boolean): void;
    update(): void;
}
export default Picker;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy