Theia API Documentation v1.75.0
    Preparing search index...
    interface AiConfigurationCalloutProps {
        action: ReactNode;
        message: string;
    }
    Index

    Properties

    Properties

    action: ReactNode

    The single action the callout offers, e.g. a "Reset All" button.

    message: string

    What the action does and what it affects; the action is only safe to press once this is read.