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

    Represents a code fix action.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get compilerObject(): TCompilerObject

      Gets the compiler object.

      Returns TCompilerObject

    Methods

    • Description of the code action.

      Returns string

    • Gets the description of the code fix when fixing everything.

      Returns string | undefined

    • If present, one may call 'getCombinedCodeFix' with this fixId. This may be omitted to indicate that the code fix can't be applied in a group.

      Returns {} | undefined

    • Short name to identify the fix, for use by telemetry.

      Returns string