faker-js-reactive
Reactive icon

Faker JS Reactive

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded
 on 18 January 2022
 by 
5.0
 (2 ratings)
faker-js-reactive

Faker JS Reactive

Documentation
1.0.2

This component runs client code and doesn't call the server. Ready for offline scenarios.

Can be used in 2 ways:

  1. Calling the client action/function;
  2. To generate a value for an input
    1. Add the "Fake_Value" block to the screen/block. Use one instance of the block per input;
    2. Fulfill the parameters of the block:
      1. [Mandatory]"InputId": Identifier of the input where to generate the value;
      2. [Mandatory] "Api Method": fakerjs API method to use (check the available API methods);
      3. [Optional] "Locale": Locale to use for the generated value (check the available locales). Default is "en_US".
    3. By using the default implementation, click on the bullhorn icon  to generate the value.