tsargp
    Preparing search index...

    Type Alias HelpTextBlock

    Defines attributes for a help text block.

    type HelpTextBlock = {
        align?: TextAlignment;
        breaks?: number;
        indent?: number;
        noBreakFirst?: boolean;
        noSplit?: boolean;
        style?: Style;
        text?: StyledString;
    }
    Index

    Properties

    The text alignment.

    'left'
    
    breaks?: number

    The number of leading line feeds.

    0
    
    indent?: number

    The indentation level.

    0
    
    noBreakFirst?: boolean

    Whether to avoid line feeds at the beginning of the message.

    false
    
    noSplit?: boolean

    Whether to disable text splitting. Ignored if the text is a ANSI string.

    false
    
    style?: Style

    The fallback style.

    The text.