Rezi
    Preparing search index...

    Function getCompositeMeta

    • Get composite metadata from a VNode, or null if not composite.

      Parameters

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