Type Alias LogWriterParams

LogWriterParams: {
    css: string | undefined;
    text: string;
}

Params for LogWriter

Type declaration

  • css: string | undefined

    Typically this is only relevant in a browser console.

  • text: string