Octra libraries - v2.0.0
    Preparing search index...

    Interface ConsoleEntry

    interface ConsoleEntry {
        entries?: ConsoleEntry[];
        label?: string;
        message: string;
        timestamp: string;
        type: ConsoleType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    entries?: ConsoleEntry[]
    label?: string
    message: string
    timestamp: string