@servicenow/sdk - v4.4.1
    Preparing search index...

    Class DefinitionInfo<TCompilerObject>

    Definition info.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get compilerObject(): TCompilerObject

      Gets the compiler object.

      Returns TCompilerObject

    Methods

    • Gets the container kind.

      Returns ScriptElementKind

    • Gets the container name.

      Returns string

    • Gets the declaration node.

      Returns Node<tsc.Node> | undefined

    • Gets the name.

      Returns string

    • Gets the node at the start of the text span.

      Returns Node<tsc.Node>

    • Gets the original file name if the span represents a location that was remapped.

      Returns string | undefined

    • Gets the original text span if the span represents a location that was remapped.

      Returns TextSpan | undefined