Rezi
    Preparing search index...

    Type Alias CompositeWidgetMeta

    CompositeWidgetMeta: Readonly<
        {
            key: string
            | undefined;
            props: unknown;
            render: (ctx: WidgetContext<unknown>) => VNode;
            widgetKey: string;
        },
    >

    Metadata attached to composite widget VNodes.