UNPKG

@abaplint/runtime

Version:
5 lines (4 loc) 313 B
import { ABAPEventReference } from "../abap_eventing"; import { ABAPObject, FieldSymbol } from "../types"; import { ICharacter } from "../types/_character"; export declare function setHandler(eventReference: ABAPEventReference, methods: any[], forObject: ABAPObject | FieldSymbol, activation?: ICharacter): void;