Property tags
The property descriptors.
Default
Default : The default value of a specific property is set.
Not-readable
Not-readable : The property is not readable. There is no specified way of getting its value.
Not-writable
Not-writable : The property is not writable. There is no specified way of setting its value.
Readonly
Readonly : The property cannot be written. There are possible ways of getting its value.
Readable
Readable : The property is readable and there are possible ways of getting its value.
Writable
Writable : The property is writable. There are possible ways of setting its value.
Last updated