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

    Indentation result representing where indentation should be placed

    interface IndentationResult {
        indentation: number;
        position: number;
    }
    Index

    Properties

    indentation: number

    The number of columns the indent should be at relative to the position's column.

    position: number

    The base position in the document that the indent should be relative to