Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AttributeExtensionRegister

AttributeExtensionRegister allows extensions to be retrieved and registered.

Hierarchy

  • AttributeExtensionRegister

Index

Properties

Static Private _attributeExtensions

_attributeExtensions: any = []

Methods

getExtensions

  • getExtensions(extensionType: string): AttributeExtension[]
  • getExtensions(extensionType: string): AttributeExtension[]
  • Filter the collection of AttributeExtension to return only desired types of AttributeExtension

    Parameters

    • extensionType: string

      string.

    Returns AttributeExtension[]

  • Filter the collection of AttributeExtension to return only desired types of AttributeExtension

    Parameters

    • extensionType: string

      string.

    Returns AttributeExtension[]

register

  • register(extension: AttributeExtension): void
  • register(extension: AttributeExtension): void
  • Add an extension to the collection

    Parameters

    Returns void

  • Add an extension to the collection

    Parameters

    Returns void