ts-graphviz
    Preparing search index...

    Interface ErrorInfo

    Error information for React error handling

    interface ErrorInfo {
        componentStack?: string;
    }
    Index

    Properties

    Properties

    componentStack?: string