Theia API Documentation v1.75.0
    Preparing search index...
    interface AiConfigurationValueRowProps {
        label?: string;
        onCopy?: (value: string) => void;
        value: string;
    }
    Index

    Properties

    Properties

    label?: string

    Omit when the surrounding section already names the value (e.g. a "Location" section).

    onCopy?: (value: string) => void

    Omit to render the value without a copy affordance.

    value: string

    The value as shown and copied; rendered in the code font since these are ids, paths and patterns.