OPEN_GRID API - v1.3.1
    Preparing search index...

    Type Alias Position

    Position: "first" | "last" | "before" | "after" | number

    새 항목을 어디에 끼워 넣을지. 키워드로 상대 위치를 주거나, 숫자로 정확한 인덱스를 줍니다. / Where to insert a new item — a keyword for a relative spot, or a number for an exact index.

    • 'first' : 맨 앞. / At the very front.
    • 'last' : 맨 뒤. / At the very end.
    • 'before' : 기준 위치 바로 앞. / Just before the reference position.
    • 'after' : 기준 위치 바로 뒤. / Just after the reference position.
    • number : 해당 인덱스 자리. / At that exact index.