@reginaldo-marinho/rucula-js
Version:
Crie telas em Minutos! 🚀
12 lines (11 loc) • 480 B
TypeScript
import { button } from '../entities/form/button';
import { Field } from '../elements/form/Field';
import { ManagmentObject } from '../object/ObjectManagment';
export declare class EventButton {
field: Field;
managmentObject: ManagmentObject;
P: string;
constructor(field: Field, managmentObject: ManagmentObject, P: string);
eventButton(ruculaForm: HTMLElement, pathController: string, buttons: button[]): void;
openCloseRightListButtonsActions(): void;
}