Pass argurment to Custom Code in UI advance section

Is there any document or videos explaining how to pass argument to Custom Code UI section?The option seems to be there, but it is not clear how to use it.

I am curious how you tried going about it. It seems very straightforward (once you know how to do it). Take a look:

  1. Add the Custom Code block to your logic:

  2. Click the gear icon:
    UI Builder - ConsoleDemo - Backendless 2022-10-11 13-26-46

  3. Type in the argument name:

  4. Press the “Return” or “Enter” key on your keyboard. The argument name you typed in, now becomes the actual argument:
    UI Builder - ConsoleDemo - Backendless 2022-10-11 13-28-21

  5. Use the argument in your code, for example:
    UI Builder - ConsoleDemo - Backendless 2022-10-11 13-28-45

  6. Click the SAVE AND CLOSE button to save your code:

  7. Now the Custom Code block has the argument connector:
    UI Builder - ConsoleDemo - Backendless 2022-10-11 13-29-31

  8. Pass a value from Codeless to your code:
    UI Builder - ConsoleDemo - Backendless 2022-10-11 13-30-19

Hope this helps.

Mark

Thank you very much!