KC's Workspace
    Preparing search index...
    interface Message {
        detail: any;
        id: string;
        location: Location | null;
        notes: Note[];
        pluginName: string;
        text: string;
    }
    Index

    Properties

    detail: any

    Optional user-specified data that is passed through unmodified. You can use this to stash the original error, for example.

    id: string
    location: Location | null
    notes: Note[]
    pluginName: string
    text: string