🪴 Quartz 3.3

Search

Search IconIcon to open search

is_readonly

Last updated Mar 31, 2023 Edit Source

Use these simple Tags to mark Instances as True or False: #is_//readonly #is/not_/readonly

Or write it as a Triple: [ is_readonly :: Boolean ]

Whether or not a property is mutable. Default is false. Specifying this for a property that also has a value makes it act similar to a "hidden" input in an HTML form.

Predicate describes that: [ #has_/domain :: PropertyValueSpecification ] ( #has_/name :: is_readonly ) ( #has_/range :: Boolean )