Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "element-registry"

Index

Type aliases

NgView

NgView: View | ViewExtensions

ViewResolver

ViewResolver: function

Type declaration

Variables

Const camelCaseSplit

camelCaseSplit: RegExp

Const elementMap

elementMap: Map<string, object>

Functions

Const getClassName

  • getClassName(instance: any): any
  • Parameters

    • instance: any

    Returns any

getSingleViewRecursive

  • getSingleViewRecursive(nodes: Array<any>, nestLevel: number): View
  • Parameters

    • nodes: Array<any>
    • nestLevel: number

    Returns View

getViewClass

  • getViewClass(elementName: string): ViewClass
  • Parameters

    • elementName: string

    Returns ViewClass

getViewMeta

  • Parameters

    • nodeName: string

    Returns ViewClassMeta

isDetachedElement

  • isDetachedElement(element: any): boolean
  • Parameters

    • element: any

    Returns boolean

isInvisibleNode

  • isInvisibleNode(view: any): boolean
  • Parameters

    • view: any

    Returns boolean

isKnownView

  • isKnownView(elementName: string): boolean
  • Parameters

    • elementName: string

    Returns boolean

isView

  • isView(view: any): boolean
  • Parameters

    • view: any

    Returns boolean

registerElement

  • Parameters

    Returns void

Object literals

Const defaultViewMeta

defaultViewMeta: object

skipAddToDom

skipAddToDom: false

Const frameMeta

frameMeta: object

insertChild

  • insertChild(parent: Frame, child: NgView, next: any): void
  • Parameters

    • parent: Frame
    • child: NgView
    • next: any

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method