Skip to content

Commit b23d278

Browse files
author
sahilga
committed
Stablizing cloneInPlace API
1 parent fa6cd3b commit b23d278

21 files changed

+0
-84
lines changed

src/pages/references/document-sandbox/document-apis/classes/ComplexShapeNode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,6 @@ relative to one another (the target node need not be an ancestor of this node, n
338338

339339
**cloneInPlace**(): [`ComplexShapeNode`](ComplexShapeNode.md)
340340

341-
<InlineAlert slots="text" variant="warning"/>
342-
343-
**IMPORTANT:** This is currently ***experimental only*** and should not be used in any add-ons you will be distributing until it has been declared stable. To use it, you will first need to set the `experimentalApis` flag to `true` in the [`requirements`](../../../manifest/index.md#requirements) section of the `manifest.json`.
344-
345341
Creates a copy of this node and its entire subtree of descendants.
346342

347343
The node must be attached to a page as the copy will be added as a sibling.

src/pages/references/document-sandbox/document-apis/classes/EllipseNode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,6 @@ relative to one another (the target node need not be an ancestor of this node, n
381381

382382
**cloneInPlace**(): [`EllipseNode`](EllipseNode.md)
383383

384-
<InlineAlert slots="text" variant="warning"/>
385-
386-
**IMPORTANT:** This is currently ***experimental only*** and should not be used in any add-ons you will be distributing until it has been declared stable. To use it, you will first need to set the `experimentalApis` flag to `true` in the [`requirements`](../../../manifest/index.md#requirements) section of the `manifest.json`.
387-
388384
Creates a copy of this node and its entire subtree of descendants.
389385

390386
The node must be attached to a page as the copy will be added as a sibling.

src/pages/references/document-sandbox/document-apis/classes/FillableNode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -348,10 +348,6 @@ relative to one another (the target node need not be an ancestor of this node, n
348348

349349
**cloneInPlace**(): [`FillableNode`](FillableNode.md)
350350

351-
<InlineAlert slots="text" variant="warning"/>
352-
353-
**IMPORTANT:** This is currently ***experimental only*** and should not be used in any add-ons you will be distributing until it has been declared stable. To use it, you will first need to set the `experimentalApis` flag to `true` in the [`requirements`](../../../manifest/index.md#requirements) section of the `manifest.json`.
354-
355351
Creates a copy of this node and its entire subtree of descendants.
356352

357353
The node must be attached to a page as the copy will be added as a sibling.

src/pages/references/document-sandbox/document-apis/classes/GridCellNode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,6 @@ relative to one another (the target node need not be an ancestor of this node, n
331331

332332
**cloneInPlace**(): `never`
333333

334-
<InlineAlert slots="text" variant="warning"/>
335-
336-
**IMPORTANT:** This is currently ***experimental only*** and should not be used in any add-ons you will be distributing until it has been declared stable. To use it, you will first need to set the `experimentalApis` flag to `true` in the [`requirements`](../../../manifest/index.md#requirements) section of the `manifest.json`.
337-
338334
Always throws as it's not possible to clone a single grid slot.
339335
Use the parent grid container instead.
340336

src/pages/references/document-sandbox/document-apis/classes/GridLayoutNode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,6 @@ relative to one another (the target node need not be an ancestor of this node, n
359359

360360
**cloneInPlace**(): [`GridLayoutNode`](GridLayoutNode.md)
361361

362-
<InlineAlert slots="text" variant="warning"/>
363-
364-
**IMPORTANT:** This is currently ***experimental only*** and should not be used in any add-ons you will be distributing until it has been declared stable. To use it, you will first need to set the `experimentalApis` flag to `true` in the [`requirements`](../../../manifest/index.md#requirements) section of the `manifest.json`.
365-
366362
Creates a copy of this node and its entire subtree of descendants.
367363

368364
The node must be attached to a page as the copy will be added as a sibling.

src/pages/references/document-sandbox/document-apis/classes/GroupNode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,6 @@ relative to one another (the target node need not be an ancestor of this node, n
350350

351351
**cloneInPlace**(): [`GroupNode`](GroupNode.md)
352352

353-
<InlineAlert slots="text" variant="warning"/>
354-
355-
**IMPORTANT:** This is currently ***experimental only*** and should not be used in any add-ons you will be distributing until it has been declared stable. To use it, you will first need to set the `experimentalApis` flag to `true` in the [`requirements`](../../../manifest/index.md#requirements) section of the `manifest.json`.
356-
357353
Creates a copy of this node and its entire subtree of descendants.
358354

359355
The node must be attached to a page as the copy will be added as a sibling.

src/pages/references/document-sandbox/document-apis/classes/ImageRectangleNode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,6 @@ relative to one another (the target node need not be an ancestor of this node, n
345345

346346
**cloneInPlace**(): `never`
347347

348-
<InlineAlert slots="text" variant="warning"/>
349-
350-
**IMPORTANT:** This is currently ***experimental only*** and should not be used in any add-ons you will be distributing until it has been declared stable. To use it, you will first need to set the `experimentalApis` flag to `true` in the [`requirements`](../../../manifest/index.md#requirements) section of the `manifest.json`.
351-
352348
Always throws as it's not possible to clone just the media rectangle alone.
353349
Clone the entire parent MediaContainerNode instead.
354350

src/pages/references/document-sandbox/document-apis/classes/LineNode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -447,10 +447,6 @@ relative to one another (the target node need not be an ancestor of this node, n
447447

448448
**cloneInPlace**(): [`LineNode`](LineNode.md)
449449

450-
<InlineAlert slots="text" variant="warning"/>
451-
452-
**IMPORTANT:** This is currently ***experimental only*** and should not be used in any add-ons you will be distributing until it has been declared stable. To use it, you will first need to set the `experimentalApis` flag to `true` in the [`requirements`](../../../manifest/index.md#requirements) section of the `manifest.json`.
453-
454450
Creates a copy of this node and its entire subtree of descendants.
455451

456452
The node must be attached to a page as the copy will be added as a sibling.

src/pages/references/document-sandbox/document-apis/classes/MediaContainerNode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,6 @@ relative to one another (the target node need not be an ancestor of this node, n
336336

337337
**cloneInPlace**(): [`MediaContainerNode`](MediaContainerNode.md)
338338

339-
<InlineAlert slots="text" variant="warning"/>
340-
341-
**IMPORTANT:** This is currently ***experimental only*** and should not be used in any add-ons you will be distributing until it has been declared stable. To use it, you will first need to set the `experimentalApis` flag to `true` in the [`requirements`](../../../manifest/index.md#requirements) section of the `manifest.json`.
342-
343339
Creates a copy of this node and its entire subtree of descendants.
344340

345341
The node must be attached to a page as the copy will be added as a sibling.

src/pages/references/document-sandbox/document-apis/classes/MediaRectangleNode.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,6 @@ relative to one another (the target node need not be an ancestor of this node, n
352352

353353
**cloneInPlace**(): `never`
354354

355-
<InlineAlert slots="text" variant="warning"/>
356-
357-
**IMPORTANT:** This is currently ***experimental only*** and should not be used in any add-ons you will be distributing until it has been declared stable. To use it, you will first need to set the `experimentalApis` flag to `true` in the [`requirements`](../../../manifest/index.md#requirements) section of the `manifest.json`.
358-
359355
Always throws as it's not possible to clone just the media rectangle alone.
360356
Clone the entire parent MediaContainerNode instead.
361357

0 commit comments

Comments
 (0)