Lines Matching refs:variable
18 …onents have variables. A variable must be decorated by a decorator whenever the re-rendering of th…
31 …variable: a variable decorated by a state decorator. Its value change will trigger UI re-renders. …
33 …variable: a variable that is not decorated by a state decorator and is usually used for auxiliary …
35 - Data source/Synchronization source: original source of a state variable, which can be synchronize…
65 …tialization: a process where a value is assigned to a variable as its default value in the variabl…
78 …dparent and grandchild components). According to the scope of the state variable, decorators can b…
106 …ed variable holds the state of the owning component. It can be the source of one- or two-way synch…
108 - [\@Prop](arkts-prop.md): An \@Prop decorated variable can create one-way synchronization with a v…
110 …variable creates two-way synchronization with a variable of its parent component. When the @Link d…
116 - [\@ObjectLink](arkts-observed-and-objectlink.md): An \@ObjectLink decorated variable is used with…
138 …tor](arkts-two-way-sync.md): provides a TS variable by-reference to a built-in component so that t…
154 State management V1 uses a proxy to observe data. When a state variable is created, a data proxy ob…
183 - [\@Local](arkts-new-local.md): An \@Local decorated variable is internal state of the component a…
185 - [\@Param](arkts-new-param.md): An \@Param decorated variable is used as the input of the componen…
187 - [\@Once](arkts-new-once.md): An \@Once decorated variable is synchronized only once during initia…
212 …d together with \@Trace, in-depth changes can be listened. When a state variable changes frequentl…