Cesium Utils - v0.0.9
    Preparing search index...

    Function isGetterOnly

    • Examine the property descriptors at runtime to detect properties that only have getters. (read-only accessor properties)

      Parameters

      • o: object

        The object to examine.

      • k: string | number | symbol

        The key value of the property.

      Returns boolean