Annotates a Node property which represents a property on the associated UI node. Each property in a Node class must have a unique value.
@Node(1)data class Text( @Property(1) val text: String,)