Documentation - v7.4.0
    Preparing search index...

    Type Alias ConsoleApiName

    Names of the console methods wrapped by Display.

    type ConsoleApiName = {
        debug: "debug";
        error: "error";
        info: "info";
        log: "log";
        warn: "warn";
    }
    Index

    Properties

    Properties

    debug: "debug" = 'debug'
    error: "error" = 'error'
    info: "info" = 'info'
    log: "log" = 'log'
    warn: "warn" = 'warn'