Axinom Mosaic Libraries
    Preparing search index...

    Function createConnectionRenderer

    • Creates a renderer that will loop through each node on the value, and adds the string representations into a comma separated string.

      Type Parameters

      Parameters

      • selector: SelectorFunction<T["nodes"][number]>

        A function that maps each node to a string representation.

      • renderAsTags: boolean = true

      Returns (val: unknown) => ReactNode