Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 | 1x 1x 1x 1x 1x 1x 1x 1x 1x | // zif_abapgit_gui_renderable.intf.abap class zif_abapgit_gui_renderable { static INTERNAL_TYPE = 'INTF'; static ATTRIBUTES = {}; static METHODS = {"RENDER": {"visibility": "U", "parameters": {"RI_HTML": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_HTML", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_HTML"});}, "is_optional": " "}}}}; } abap.Classes['ZIF_ABAPGIT_GUI_RENDERABLE'] = zif_abapgit_gui_renderable; export {zif_abapgit_gui_renderable}; //# sourceMappingURL=zif_abapgit_gui_renderable.intf.mjs.map |