Options
All
  • Public
  • Public/Protected
  • All
Menu

Collection of the meta-data describing a part of the page.

note

The collection extends the built-in Array type for backward compatibility.

Hierarchy

  • Array<Meta>
    • MetaCollection

Index

Methods

  • clear(): void
  • Clears all previously rendered meta-data objects.

    deprecated

    Use a callback returned by the render method.

    Returns void

  • render(head: Node, tail: Node): (() => void)
  • Renders meta-data objects on the page.

    Parameters

    • head: Node

      The heading node of the page fragment.

    • tail: Node

      The tailing node of the page fragment.

    Returns (() => void)

    The callback to clear rendered meta-data objects.

      • (): void
      • Renders meta-data objects on the page.

        Returns void

        The callback to clear rendered meta-data objects.