apex-grid
    Preparing search index...

    Type Alias PinPosition

    PinPosition: "start" | "end" | null

    Pin position for a column.

    'start' pins the column to the leading edge of the grid (inline-start); 'end' pins it to the trailing edge. null or undefined means the column is part of the scrollable region.