Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectiveProcessOptions<T>

Type parameters

  • T

Hierarchy

  • DirectiveProcessOptions

Index

Properties

attribute

attribute: Attr

The detected attribute

componentHandler

componentHandler: T

The component handler instance

componentNode

componentNode: Element | HTMLElement

The parent component DOM node

expression

expression: string | null

If the attribute's node value is parsed as an expression (curly-braces)

paths

paths: string[]

Detected property paths (dot-notation) relevant to the directive

targetNode

targetNode: Element | HTMLElement

DOM node containing the detected attribute

Generated using TypeDoc