Replies: 1 comment 1 reply
-
@TaiJuWu the State attribute is a The value contains the actual list when it is accessed from the instance, i.e. from an event handler. This is called when some client interaction triggers an event on the state. Within the event handler, accessing In the context where you have a reference to the |
Beta Was this translation helpful? Give feedback.
-
Hello every,
I have a question about var and its value.
When I write code below
The variable become BaseVar(name='test'.....) in app.init_subclasee
But when we use the compiler, it need real value([1,2,3]).
I can't understand how to link BaseVar(name="test"...) and real value([1,2,3]) in pynecone?
If anyone can help me, I will be grateful.
Beta Was this translation helpful? Give feedback.
All reactions