impasto
    Preparing search index...

    Interface SplitSectionResultContentIndent

    Details of the common indentation of the section content lines.

    interface SplitSectionResultContentIndent {
        indent: string;
        spaceCount: number;
        tabCount: number;
    }
    Index

    Properties

    indent: string

    The common indentation.

    spaceCount: number

    The number of spaces in the common indentation.

    tabCount: number

    The number of tabs in the common indentation.