structured-render - v1.2.0
    Preparing search index...

    Variable collapsibleSectionShapeConst

    collapsibleSectionShape: Shape<
        {
            sectionTitle: Shape<
                TOptional<TUnion<(TUndefined | TNull | TString)[]>>,
            >;
            sources: Shape<
                TOptional<
                    TUnion<(TUndefined | TNull | TArray<TOptional<TUnion<(...)>>>)[]>,
                >,
            >;
            type: Shape<TUnsafe<"collapsible">>;
        } & {
            content: Shape<
                TUnion<
                    (
                        | TObject<
                            {
                                fillColor: TOptional<(...)>;
                                iconKey: TString;
                                strokeColor: TOptional<(...)>;
                                strokeWidth: TOptional<(...)>;
                                type: TUnsafe<(...)>;
                            },
                        >
                        | TObject<{ type: TUnsafe<(...)> }>
                        | TObject<
                            {
                                icon: TOptional<(...)>;
                                sectionTitle: TOptional<(...)>;
                                sources: TOptional<(...)>;
                                style: TOptional<(...)>;
                                text: TOptional<(...)>;
                                type: TUnsafe<(...)>;
                            },
                        >
                        | TObject<
                            {
                                color: TOptional<(...)>;
                                sectionTitle: TOptional<(...)>;
                                sources: TOptional<(...)>;
                                text: (...) | (...) | (...) | (...) | (...) | (...) | (...);
                                type: TUnsafe<(...)>;
                                useBigTag: TOptional<(...)>;
                            },
                        >
                        | TObject<
                            {
                                code: TString;
                                sectionTitle: TOptional<(...)>;
                                sources: TOptional<(...)>;
                                type: TUnsafe<(...)>;
                            },
                        >
                        | TObject<
                            {
                                items: TArray<(...)>;
                                sectionTitle: TOptional<(...)>;
                                sources: TOptional<(...)>;
                                type: TUnsafe<(...)>;
                            },
                        >
                        | TObject<
                            {
                                markdown: TString;
                                sectionTitle: TOptional<(...)>;
                                sources: TOptional<(...)>;
                                type: TUnsafe<(...)>;
                            },
                        >
                        | TObject<{ type: TUnsafe<(...)> }>
                        | TObject<
                            {
                                code: TString;
                                sectionTitle: TOptional<(...)>;
                                sources: TOptional<(...)>;
                                syntax: TOptional<(...)>;
                                type: TUnsafe<(...)>;
                            },
                        >
                        | TObject<
                            {
                                direction: TUnion<(...)>;
                                entries: TArray<(...)>;
                                footerRows: TOptional<(...)>;
                                headers: TArray<(...)>;
                                sectionTitle: TOptional<(...)>;
                                sources: TOptional<(...)>;
                                type: TUnsafe<(...)>;
                            },
                        >
                    )[],
                >,
            >[];
            header: Shape<Primitive>;
        },
    > = ...

    A section that wraps any other section in a collapsible.