Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HooksRegistration<E>

A HooksRegistration provides a way to execute logic according to the Custom Element life cycle.

Type parameters

  • E: HTMLElement = HTMLElement

    the type of the Custom Element

    This API is dedicated for developer of Builders.

Hierarchy

  • HooksRegistration

Index

Methods

after

  • Register a hook which will be invoked after the execution of regular hooks.

    Type parameters

    Parameters

    Returns void

before

  • Register a hook which will be invoked before the execution of regular hooks.

    Type parameters

    Parameters

    Returns void

on

  • Register a hook.

    Type parameters

    Parameters

    Returns void

Generated using TypeDoc