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

    Interface ErrorMessageProps

    interface ErrorMessageProps {
        error?: string;
        warning?: string;
    }
    Index

    Properties

    Properties

    error?: string

    Error message to display (red variant)

    warning?: string

    Warning message to display (yellow variant)