vlocode-project - v2.4.3
    Preparing search index...

    Interface OmniStudioFormulaHover

    interface OmniStudioFormulaHover {
        contents: readonly string[];
        end: number;
        start: number;
    }
    Index

    Properties

    Properties

    contents: readonly string[]
    end: number
    start: number