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

    Interface SupportedFormatCodeSettingsOnly

    FormatCodeSettings that are currently supported in the library.

    interface SupportedFormatCodeSettingsOnly {
        insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces: boolean

    Whether to insert a space after opening and before closing non-empty braces.

    ex. import { Item } from "./Item"; or import {Item} from "./Item";

    Defaults to true.