Hiyve Components - v1.0.0
    Preparing search index...

    Interface IntelligenceSettingsProps

    Props for the IntelligenceSettings component.

    interface IntelligenceSettingsProps {
        config?: Partial<IntelligenceConfig>;
        disabled?: boolean;
        labels?: Partial<IntelligenceSettingsLabels>;
        onChange?: (config: IntelligenceConfig) => void;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    config?: Partial<IntelligenceConfig>

    Current intelligence configuration.

    disabled?: boolean

    Whether the settings are disabled (e.g., during active recording).

    false
    
    labels?: Partial<IntelligenceSettingsLabels>

    Custom labels for i18n support.

    onChange?: (config: IntelligenceConfig) => void

    Callback when configuration changes.

    sx?: SxProps<Theme>

    Custom styles for the container.