Lines Matching refs:custom
30 - One or more @LocalBuilder methods can be defined in a custom component. The methods are considere…
31 - The custom builder function can be called from the **build** method or another custom builder fun…
32 …custom builder function body, **this** refers to the owning component. Component state variables a…
38 - @LocalBuilder cannot be used by built-in decorators and custom decorators.
40 - Static methods in a custom component cannot be used together with @LocalBuilder.
54 - The \@LocalBuilder function body follows the same [syntax rules](arkts-create-custom-components.m…
95 When parameters are passed by reference, if a custom component is called within the\@LocalBuilder m…
99 …custom component to pass the parameters by reference. When the value of a state variable in the **…
222 Call the @LocalBuilder in the custom component decorated by @ComponentV2 to change the variables, t…
296 ChildPage({childInfo: this.info1}) // Call the custom component.
304 ChildPage({childInfo: this.info2}) // Call the custom component.