Loxer - v3.0.0
    Preparing search index...

    Interface LoxerOutputRendererOptions

    Presentation options accepted by OutputLoxRenderer and ErrorLoxRenderer.

    interface LoxerOutputRendererOptions {
        endTitleOpacity?: number;
        boxLayoutStyle?: BoxLayoutStyle;
        colors?: LoxerColorOptions;
    }
    Index
    endTitleOpacity?: number

    Opacity for the module title on a close log. Defaults to 0.

    boxLayoutStyle?: BoxLayoutStyle

    Default box glyph collection for segments without a module-specific override. Defaults to 'round'.

    Colors used while rendering this destination.