Trilium Frontend API
    Preparing search index...

    Interface CollapsibleProps

    From T, pick a set of properties whose keys are in the union K

    interface CollapsibleProps {
        children: ComponentChildren;
        className?: Signalish<string>;
        initiallyExpanded?: boolean;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    className?: Signalish<string>
    initiallyExpanded?: boolean
    title: string