Can the dynamic property value be written?
If this is undefined, the current status of the write permission cannot
be determined, e.g. when a connection has not been established yet.
Optional human-readable dynamic property value.
This can include formatting and adjustments based on the current locale or transformations to make the value human-readable.
OptionalmetaOptional set of value metadata.
Can be used to include information about units, precision, etc.
Current raw dynamic property value.
The current type of value that is being returned.
This type can change at runtime based on the value the dynamic property is producing.
OptionalrenderOptionally, render additional components.
Can be used to call .render() on other dynamic properties.
OptionalsetOptional handler for write operations to this dynamic property.
Note that the CreateDynamicPropertyOptions.writable property needs to be
set to true on the dynamic property.
The dynamic property should update its internal value optimistically and perform
a rollback if value could not be written correctly.
Value requested to be written.
Can the dynamic property value be read?
If this is
undefined, the current status of the read permission cannot be determined, e.g. when a connection has not been established yet.