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

    Variable structuredRenderTableShapeConst

    structuredRenderTableShape: Shape<
        {
            sectionTitle: Shape<
                TOptional<TUnion<(TUndefined | TNull | TString)[]>>,
            >;
            sources: Shape<
                TOptional<
                    TUnion<(TUndefined | TNull | TArray<TOptional<TUnion<(...)>>>)[]>,
                >,
            >;
            type: Shape<TUnsafe<"table">>;
        } & {
            direction: Shape<TUnion<(TLiteral<Horizontal> | TLiteral<Vertical>)[]>>;
            entries: {
                data: Shape<
                    TUnsafe<
                        Record<
                            string,
                            | { type: "empty" }
                            | {
                                icon?: (...) | (...) | (...);
                                sectionTitle?: (...) | (...) | (...);
                                sources?: (...) | (...) | (...);
                                style?: (...) | (...) | (...) | (...) | (...);
                                text?: (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...);
                                type: "text";
                            }
                            | {
                                color?: (...)
                                | (...)
                                | (...)
                                | (...);
                                sectionTitle?: (...) | (...) | (...);
                                sources?: (...) | (...) | (...);
                                text: (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...);
                                type: "tag";
                                useBigTag?: (...) | (...) | (...) | (...);
                            }
                            | {
                                code: string;
                                sectionTitle?: (...)
                                | (...)
                                | (...);
                                sources?: (...) | (...) | (...);
                                type: "inlineCode";
                            }
                            | {
                                items: (...)[];
                                sectionTitle?: (...) | (...) | (...);
                                sources?: (...) | (...) | (...);
                                type: "list";
                            }
                            | {
                                markdown: string;
                                sectionTitle?: (...)
                                | (...)
                                | (...);
                                sources?: (...) | (...) | (...);
                                type: "markdown";
                            }
                            | { type: "processing" }
                            | (
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                                | (...)
                            )[]
                            | null
                            | undefined,
                        >,
                    >,
                >;
                sources: Shape<TOptional<TUnion<(TUndefined | TNull | TArray<(...)>)[]>>>;
            }[];
            footerRows: Shape<
                TOptional<
                    TUnion<
                        (
                            | TUndefined
                            | TNull
                            | TArray<TObject<{ alignment: ...; cells: ... }>>
                        )[],
                    >,
                >,
            >;
            headers: {
                hidden: Shape<TOptional<TUnion<(TUndefined | TNull | TBoolean)[]>>>;
                key: string;
                text: Shape<TOptional<TUnion<(TUndefined | TNull | TObject<(...)>)[]>>>;
            }[];
        },
    > = ...

    Shape definition for StructuredRenderTable.