Datalayer Desktop - v0.0.2
    Preparing search index...

    Interface DocumentErrorStateProps

    interface DocumentErrorStateProps {
        error: string | null;
        runtimeError: string | null;
    }
    Index

    Properties

    Properties

    error: string | null
    runtimeError: string | null