Is it possible to create the name of a prop dynamically? For example:
let dynamicPropName = \"someString\";
An inline way (very ugly and not recommended) is using a expression to define an object:
object