@servicenow/sdk - v4.4.1
    Preparing search index...
    interface Signature {
        declaration?: SignatureDeclaration | tsc.JSDocSignature;
        parameters: readonly tsc.Symbol[];
        thisParameter?: tsc.Symbol;
        typeParameters?: readonly tsc.TypeParameter[];
        getDeclaration(): SignatureDeclaration;
        getDocumentationComment(
            typeChecker: tsc.TypeChecker | undefined,
        ): tsc.SymbolDisplayPart[];
        getJsDocTags(): tsc.JSDocTagInfo[];
        getParameters(): tsc.Symbol[];
        getReturnType(): tsc.Type;
        getTypeParameterAtPosition(pos: number): tsc.Type;
        getTypeParameters(): tsc.TypeParameter[] | undefined;
    }
    Index

    Properties

    parameters: readonly tsc.Symbol[]
    thisParameter?: tsc.Symbol
    typeParameters?: readonly tsc.TypeParameter[]

    Methods

    • Returns tsc.JSDocTagInfo[]

    • Returns tsc.Symbol[]

    • Returns tsc.Type

    • Parameters

      • pos: number

      Returns tsc.Type

    • Returns tsc.TypeParameter[] | undefined