export class 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)
constructor(name: string, type: PropertyBindingType, value: AST, unit: string, sourceSpan: ParseSourceSpan)
Not Yet Documented
Members
name : string
name : string
Not Yet Documented
type : PropertyBindingType
type : PropertyBindingType
Not Yet Documented
value : AST
value : AST
Not Yet Documented
unit : string
unit : string
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