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

    Variable byIdConst

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

    Type Declaration

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

        MDN Reference

        Parameters

        • elementId: string

        Returns HTMLElement | null