Type alias WithAbsolute

WithAbsolute: {
    absolute?: boolean;
}

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

Type declaration

  • Optional Readonly absolute?: 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)