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

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

// Automatically generated - do not modify!

@file:JsModule("cesium")

package cesium

/**
 * ```
 * if (defined(positions)) {
 *      doSomething();
 * } else {
 *      doSomethingElse();
 * }
 * ```
 * @param [value] The object.
 * @return Returns true if the object is defined, returns false otherwise.
 * @see Online Documentation
 */
external fun defined(value: Any): Boolean




© 2015 - 2024 Weber Informatics LLC | Privacy Policy