@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Variable TextEditorRevealTypeConst

    TextEditorRevealType: {
        AtTop: 3;
        Default: 0;
        InCenter: 1;
        InCenterIfOutsideViewport: 2;
    } = ...

    Reveal modes for call-shape assertions; there is no viewport to reveal.

    Type Declaration

    • ReadonlyAtTop: 3
    • ReadonlyDefault: 0
    • ReadonlyInCenter: 1
    • ReadonlyInCenterIfOutsideViewport: 2