Interface IToolbarDialogAddonHandler

interface IToolbarDialogAddonHandler {
    elems: string | (HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement)[];
    cancel(): void;
    reset(): void;
    submit(): boolean;
}

Properties

Methods

Properties

elems: string | (HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement)[]

Methods