tsargp
    Preparing search index...

    Type Alias WithAbsoluteLayout

    Defines layout attributes for columns that can be indented with absolute number.

    type WithAbsoluteLayout = {
        absolute?: boolean;
    }
    Index

    Properties

    Properties

    absolute?: boolean

    Whether the indentation level should be relative to the beginning of the line.

    false