tsargp
    Preparing search index...

    Type Alias WithBasicLayout

    Defines layout attributes common to all help columns.

    type WithBasicLayout = {
        align?: TextAlignment;
        breaks?: number;
        indent?: number;
        maxWidth?: number;
        merge?: never;
    }
    Index

    Properties

    The type of text alignment.

    'left'
    
    breaks?: number

    The number of leading line feeds.

    0
    
    indent?: number

    The column indentation level.

    2
    
    maxWidth?: number

    The maximum column or slot width.

    Infinity
    
    merge?: never

    Mutually exclusive with WithBasicLayout properties.