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

    Holds the manipulation settings.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    • Gets the editor settings based on the current manipulation settings.

      Returns Readonly<tsc.EditorSettings>

    • Gets the indentation text.

      Returns IndentationText

    • Gets the new line kind.

      Returns tsc.NewLineKind

    • Gets the new line kind as a string.

      Returns "\n" | "\r\n"

    • Gets the quote kind used for string literals.

      Returns QuoteKind

    • Gets whether to use prefix and suffix text when renaming.

      Returns boolean

    • Gets the user preferences.

      Returns Readonly<UserPreferences>

    • Gets whether trailing commas should be used.

      Returns boolean

    • Subscribe to modifications in the settings container.

      Parameters

      • action: () => void

        Action to execute when the settings change.

      Returns void

    • Resets the settings to the default.

      Returns void