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

    Interface ConsoleGroupEntry

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

    Hierarchy (View Summary)

    Index

    Properties

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