Properties for Spot (#1596)
Some checks are pending
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
js_transform / Code-Cleanup (push) Waiting to run
ui5lint / test (push) Waiting to run

Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
This commit is contained in:
ABAP for years :) 2024-11-30 02:36:01 +01:00 committed by GitHub
parent 782a45742e
commit f9375fba19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4063,6 +4063,7 @@ CLASS z2ui5_cl_xml_view DEFINITION
image TYPE clike OPTIONAL
icon TYPE clike OPTIONAL
click TYPE clike OPTIONAL
text TYPE clike OPTIONAL
RETURNING
VALUE(result) TYPE REF TO z2ui5_cl_xml_view.
@ -9163,6 +9164,7 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
( n = `tooltip` v = tooltip )
( n = `image` v = image )
( n = `icon` v = icon )
( n = `text` v = text )
( n = `click` v = click ) ) ).
ENDMETHOD.