Lines Matching refs:WrappedBuilder
22 constructor(uiContext: UIContext, builder: WrappedBuilder\<[]>)
35 | builder | [WrappedBuilder\<[]>](../../quick-start/arkts-wrapBuilder.md) | Yes | **WrappedBuil…
39 constructor(uiContext: UIContext, builder: WrappedBuilder\<[T]>, args: T)
52 | builder | [WrappedBuilder\<[T]>](../../quick-start/arkts-wrapBuilder.md) | Yes | **WrappedBui…
53 … | Yes | Parameters of the builder function encapsulated in the **WrappedBuilder** object.|
57 constructor(uiContext: UIContext, builder: WrappedBuilder\<[T]>, args: T, options: BuildOptions)
70 | builder | [WrappedBuilder\<[T]>](../../quick-start/arkts-wrapBuilder.md) | Yes | **WrappedBui…
71 … | Yes | Parameters of the builder function encapsulated in the **WrappedBuilder** object.|
139 Updates the parameters of the builder function encapsulated in the **WrappedBuilder** object. The p…
149 | args | T | Yes | Parameters of the builder function encapsulated in the **WrappedBuilder** …
215 | param | Object | No | Parameters of the builder function encapsulated in the **WrappedBuilder**…