@substrate-system/dom
    Preparing search index...

    Variable byIdConst

    byId: (elementId: string) => null | HTMLElement = ...

    Type declaration

      • (elementId: string): null | HTMLElement
      • Returns the first element within node's descendants whose ID is elementId.

        MDN Reference

        Parameters

        • elementId: string

        Returns null | HTMLElement