Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DirectiveResult

Returned from calling directive functions like repeat. Used to cache parameters and update template later.

Hierarchy

  • DirectiveResult

Index

Constructors

Properties

Constructors

constructor

  • new DirectiveResult(Dir: DirectiveConstructor, ...args: any[]): DirectiveResult

Properties

Readonly args

args: any[]

All parameters pass to directive.

Readonly directiveConstructor

directiveConstructor: DirectiveConstructor

Associated defined class constructor.

ref

ref: null | ((directive: Directive<any[]>) => void) = null

Reference function when uses refDirective(...).

Generated using TypeDoc