# Property tags

### Default

&#x20;**Default** : The default value of a specific property is set.

### Not-readable

&#x20;<mark style="color:red;background-color:red;">Not-readable</mark> : The property is not readable. There is no specified way of **getting** its value.

### Not-writable

&#x20;<mark style="color:red;background-color:red;">Not-writable</mark> : The property is not writable. There is no specified way of **setting** its value.

### Readonly

&#x20;<mark style="background-color:orange;">Readonly</mark> : The property cannot be written. There are possible ways of **getting** its value.

### Readable

&#x20;<mark style="background-color:green;">Readable</mark> : The property is readable and there are possible ways of **getting** its value.

### Writable

&#x20;<mark style="background-color:green;">Writable</mark> : The property is writable. There are possible ways of **setting** its value.
