All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.cesium.clone.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

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
 */
@JsName("\$cesium__clone")
external fun clone(
    obj: Any,
    deep: Boolean? = definedExternally,
): Any




© 2015 - 2024 Weber Informatics LLC | Privacy Policy