BoundElementPropertyAst

export class BoundElementPropertyAst

exported from angular2/compiler defined in angular2/src/compiler/template_ast.ts (line 47)

A binding for an element property (e.g. [property]="expression").

Constructor

constructor(name: string, type: PropertyBindingType, value: AST, unit: string, sourceSpan: ParseSourceSpan)

Not Yet Documented

Members

name : string

Not Yet Documented

type : PropertyBindingType

Not Yet Documented

value : AST

Not Yet Documented

unit : string

Not Yet Documented

sourceSpan : ParseSourceSpan

Not Yet Documented

visit(visitor: TemplateAstVisitor, context: any) : any

Not Yet Documented