Options
All
  • Public
  • Public/Protected
  • All
Menu

ottavino

Index

Type aliases

AttributeChangeHandler

AttributeChangeHandler: function

Type declaration

    • (value: string, oldValue: string, node: HTMLElement): void
    • Parameters

      • value: string
      • oldValue: string
      • node: HTMLElement

      Returns void

ComponentDescriptor

ComponentDescriptor: MountPointDescriptor | TagDescriptor

Functions

component

  • Initializes a component as a custom element or virtual component mounted on a DOM node

    Parameters

    Returns void | ProxyHandler<any>

registerDirective

  • registerDirective(directive: Directive): void

Generated using TypeDoc