Type alias WithIndent

WithIndent: {
    indent?: number;
}

Defines attributes for a help section with indentation.

Type declaration

  • Optional Readonly indent?: number

    The indentation level of the section content. (Defaults to 0)