PositionState: {
    column?: number;
    line: number;
} | {
    anchor: string;
} | PositionScrollState