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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get compilerObject(): TRange

      Gets the underlying compiler object.

      Returns TRange

    Methods

    • Gets the end.

      Returns number

    • Gets the position.

      Returns number

    • Gets the source file of the text range.

      Returns SourceFile

    • Gets the text of the text range.

      Returns string

    • Gets the width of the text range.

      Returns number

    • Gets if the text range was forgotten.

      This will be true after any manipulations have occured to the source file this text range was generated from.

      Returns boolean