export interface eventElement{
    event:string,
    handler:(params:any)=>void
}