General: typing "state.conversation.value.field" is too long. Remove the ".value" #49
Labels
breaking-change
This enhancement would be a breaking change
enhancement
New feature or request
JS & dotnet & Python
Change or fix must apply to all three programming languages
Milestone
Currently it feels pretty cumbersome to have to type
state.conversation.value.field
all the time. The.value
seems like an unneeded step. It's there because there are a series of management operations. I'd like to try flipping the relationship such that management functions are nested under a.__manage
property that hangs off the scope. That would mean that developers can usestate.conversation.field
to access their state properties andstate.conversation.__manage.delete()
to delete the current state.The text was updated successfully, but these errors were encountered: