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