Theia API Documentation v1.67.0
    Preparing search index...
    interface ExpandableSectionProps {
        children: ReactNode;
        className?: string;
        isExpanded: boolean;
        onToggle: () => void;
        title: ReactNode;
    }
    Index

    Properties

    children: ReactNode
    className?: string
    isExpanded: boolean
    onToggle: () => void
    title: ReactNode