augment-vir - v31.13.0
    Preparing search index...

    Type Alias LogWriterParams

    Params for LogWriter

    type LogWriterParams = {
        css: string | undefined;
        text: string;
    }
    Index

    Properties

    Properties

    css: string | undefined

    Typically this is only relevant in a browser console.

    text: string