UMD Web Utilities Library
    Preparing search index...

    Function toUMDElement

    • Helper to adapt ComponentRef to UMDElement type

      Parameters

      • ref: ComponentRef | undefined

        ComponentRef to convert

      Returns any

      UMDElement-compatible object or undefined

      const dateSign = extractEventData(element);
      const umdElement = toUMDElement(dateSign);