@geogirafe/lib-geoportal
    Preparing search index...
    • A decorator function that marks a property of a class to be ignored during cloning.

      Parameters

      • target: any

        The target object (class prototype) where the property resides.

      • propertyKey: any

        The key of the property to be ignored during cloning.

      Returns void