Type Alias WithSectionIndent

WithSectionIndent: { indent?: number }

Defines attributes for a help section with indentation.

Type declaration

  • Optional Readonlyindent?: number

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