@geoblocks/ol-comfy
    Preparing search index...

    Function insertAtKeepOrder

    • Insert an object at a specific position, keeping the order.

      Type Parameters

      • T extends BaseObject<{ [x: string]: any }>

      Parameters

      • objects: Collection<T>
      • object: T
      • orderKey: string
      • position: number

      Returns void