diff --git a/api/arkui/BuilderNode.d.ts b/api/arkui/BuilderNode.d.ts index 826aee0854612ef920d3d4c89a2813ffe5823da6..40d4fdbe259eaca12737725c09acad1e8afb3758 100644 --- a/api/arkui/BuilderNode.d.ts +++ b/api/arkui/BuilderNode.d.ts @@ -207,6 +207,15 @@ export interface BuildOptions { * @since 20 */ localStorage?: LocalStorage; + + /** + * Whether support the BuilderNode parallel creation. + * @type { ?boolean } useParallel - Indicates whether use parallel. + * @default false + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @since 20 + */ + useParallel?: boolean; } /**