Right to data access
Its purpose is to disable the right to access data from your modal, its default value is true.
It can be set by using:
getComplied.rightToAccessData = false;
If you need to hide the functionality but still access it by commands (requires rightToAccessData enabled):
getComplied.rightToAccessDataVisible = false;
Last modified 3yr ago