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_render_item.intf.abap class zif_abapgit_gui_render_item { 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": " "}, "IV_ITEM": {"type": () => {return new abap.types.Character(4);}, "is_optional": " "}, "IV_INDEX": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " "}}}}; } abap.Classes['ZIF_ABAPGIT_GUI_RENDER_ITEM'] = zif_abapgit_gui_render_item; export {zif_abapgit_gui_render_item}; //# sourceMappingURL=zif_abapgit_gui_render_item.intf.mjs.map |