Type Alias WithAbsoluteLayout

WithAbsoluteLayout: { absolute: boolean }

Defines layout attributes for columns that may be preceded by other columns.

Type declaration

  • Readonlyabsolute: boolean

    Whether the indentation level should be relative to the beginning of the line instead of the end of the previous column. (Defaults to false)