export class DirectiveAst
export class DirectiveAst
exported from angular2/compiler defined in angular2/src/compiler/template_ast.ts (line 140)
A directive declared on an element.
Constructor
constructor(directive: CompileDirectiveMetadata, inputs: BoundDirectivePropertyAst[], hostProperties: BoundElementPropertyAst[], hostEvents: BoundEventAst[], exportAsVars: VariableAst[], sourceSpan: ParseSourceSpan)
constructor(directive: CompileDirectiveMetadata, inputs: BoundDirectivePropertyAst[], hostProperties: BoundElementPropertyAst[], hostEvents: BoundEventAst[], exportAsVars: VariableAst[], sourceSpan: ParseSourceSpan)
Not Yet Documented
Members
directive : CompileDirectiveMetadata
directive : CompileDirectiveMetadata
Not Yet Documented
inputs : BoundDirectivePropertyAst[]
inputs : BoundDirectivePropertyAst[]
Not Yet Documented
hostProperties : BoundElementPropertyAst[]
hostProperties : BoundElementPropertyAst[]
Not Yet Documented
hostEvents : BoundEventAst[]
hostEvents : BoundEventAst[]
Not Yet Documented
exportAsVars : VariableAst[]
exportAsVars : VariableAst[]
Not Yet Documented
sourceSpan : ParseSourceSpan
sourceSpan : ParseSourceSpan
Not Yet Documented
visit(visitor: TemplateAstVisitor, context: any) : any
visit(visitor: TemplateAstVisitor, context: any) : any
Not Yet Documented