We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In some cases it is useful to be able to tag a variable as read-only, such that it is present in the document, but can not be edited.
This will be used for signature blocks.
Look for the `ContractEditor("readOnly") decorator on the model element.
The text was updated successfully, but these errors were encountered:
dselman
Successfully merging a pull request may close this issue.
Feature Request ποΈ
In some cases it is useful to be able to tag a variable as read-only, such that it is present in the document, but can not be edited.
Use Case
This will be used for signature blocks.
Possible Solution
Look for the `ContractEditor("readOnly") decorator on the model element.
The text was updated successfully, but these errors were encountered: