Class AbstractFeature<PT, O>Abstract

Abstract class to be extended by all Features

Export

Abstract

Implements

Type Parameters

  • PT

    Pattern type that will use this feature

  • O

    Feature Options type

Hierarchy-Diagram

UML class diagram of AbstractFeature
Legend
icon for a class in the UML class diagram class
icon for an abstract class in the UML class diagram abstract class
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property
icon for a private property in the UML class diagram private property
icon for a public method in the UML class diagram public method
icon for a private method in the UML class diagram private method

Hierarchy

Implements

Properties

_featureElem: HTMLElement
_featureOptions: O
_featurePattern: PT

Constructors

  • Creates an instance of AbstractFeature.

    Memberof

    AbstractFeature

    Type Parameters

    • PT

    • O

    Parameters

    • featurePattern: PT

      The pattern reference that uses this feature

    • featureElem: HTMLElement

      The feature DOM element that will be targeted

    • options: O

      The options passed to this feature, by the featurePattern

    Returns AbstractFeature<PT, O>

Methods

Accessors