Signature
METHODS constructor IMPORTING !encoding TYPE REF TO /ork/if_encoding DEFAULT /ork/cl_encoding=>utf8
indent TYPE string OPTIONAL
PREFERRED PARAMETER indent.
| Library | Role | Version | License |
|---|---|---|---|
| Astro | Site framework | 6.3.1 | MIT |
| Astro React | React integration | 5.0.4 | MIT |
| Astro Sitemap | Sitemap generation | 3.7.2 | MIT |
| UI5 Web Components | UI primitives | 2.22.0 | Apache-2.0 |
| UI5 Web Components Fiori | Fiori shell components | 2.22.0 | Apache-2.0 |
| UI5 Web Components Icons | Icon set | 2.22.0 | Apache-2.0 |
| UI5 Web Components React | React wrappers | 2.22.0 | Apache-2.0 |
| React | UI runtime | 19.2.6 | MIT |
| React DOM | DOM renderer | 19.2.6 | MIT |
| Shiki | Syntax highlighting | 4.0.2 | MIT |
METHODS constructor IMPORTING !encoding TYPE REF TO /ork/if_encoding DEFAULT /ork/cl_encoding=>utf8
indent TYPE string OPTIONAL
PREFERRED PARAMETER indent.CONSTANTS: BEGIN OF cmi,
_0 TYPE i VALUE 0,
_1 TYPE i VALUE 1,
_2 TYPE i VALUE 2,
END OF cmi.DATA my_encoding TYPE REF TO /ork/if_encoding.DATA my_indent TYPE string.DATA my_out TYPE string_table.