![JAR search and dependency download from the Maven repository](/logo.png)
main.cesium.clone.kt Maven / Gradle / Ivy
The newest version!
// Automatically generated - do not modify!
@file:JsModule("cesium")
package cesium
/**
* Clones an object, returning a new object containing the same properties.
* @param [object] The object to clone.
* @param [deep] If true, all properties will be deep cloned recursively.
* Default value - `false`
* @return The cloned object.
* @see Online Documentation
*/
external fun clone(
obj: Any,
deep: Boolean? = definedExternally,
): Any
© 2015 - 2025 Weber Informatics LLC | Privacy Policy