Theia API Documentation v1.65.0
    Preparing search index...

    Denotes a location of an editor in the window. Editors can be arranged in a grid and each column represents one editor location in that grid by counting the editors in order of their appearance.

    Index

    Enumeration Members

    Active: -1

    A symbolic editor column representing the currently active column. This value can be used when opening editors, but the resolved viewColumn-value of editors will always be One, Two, Three,... or undefined but never Active.

    Beside: -2

    A symbolic editor column representing the column to the side of the active one. This value can be used when opening editors, but the resolved viewColumn-value of editors will always be One, Two, Three,... or undefined but never Beside.

    Eight: 8

    The eighth editor column.

    Five: 5

    The fifth editor column.

    Four: 4

    The fourth editor column.

    Nine: 9

    The ninth editor column.

    One: 1

    The first editor column.

    Seven: 7

    The seventh editor column.

    Six: 6

    The sixth editor column.

    Three: 3

    The third editor column.

    Two: 2

    The second editor column.