mirror of
https://github.com/konvajs/konva.git
synced 2026-01-09 11:34:38 +08:00
update docs
This commit is contained in:
@@ -700,6 +700,7 @@ export abstract class Node {
|
|||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* remove and destroy a node. Kill it and delete forever! You should not reuse node after destroy().
|
* remove and destroy a node. Kill it and delete forever! You should not reuse node after destroy().
|
||||||
|
* If the node is a container (Group, Stage or Layer) it will destroy all children too.
|
||||||
* @method
|
* @method
|
||||||
* @name Konva.Node#destroy
|
* @name Konva.Node#destroy
|
||||||
* @example
|
* @example
|
||||||
|
|||||||
Reference in New Issue
Block a user