dynamic
dynamic(): (
target,propertyKey) =>void
Marks a property as dynamic (computed) and excludes it from edit functionality. Dynamic properties are calculated at runtime and should not be directly editable by users.
Sets {@link PropertyMeta.isDynamic} and {@link PropertyMeta.notEditDisplayable}.
Returns
(
target,propertyKey):void
Parameters
target
object
propertyKey
string
Returns
void